Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 662 Bytes

setup-app-links-android.md

File metadata and controls

7 lines (6 loc) · 662 Bytes

Deep linking is a mechanism for launching an app with a URI. URI contains scheme, host, and path, and opens the app to a specific screen. An app link is a type of deep link that uses http or https and is exclusive to Android devices → Setting up app links requires one to own a web domain. Consider using Firebase Hosting or GitHub Pages as a temporary solution.