Android App LinkingΒΆ
The ultimate developer guide to Android application linking methods
The main objectives of this guide are to explore the most common deeplinking methods available on Android and evaluate their pros and cons.
The source code of the AppLinks Android app is available on the corresponding GitHub repository.
Method | Link | App not installed | Offline | Referrer | Deeplink | Deferred deeplink |
---|---|---|---|---|---|---|
Web url | Test | β | βοΈ | β | βοΈ | β |
App Links | Test | β | βοΈ | β | βοΈ | β |
Custom scheme | Test | β | βοΈ | β | βοΈ | β |
Intent scheme | Test | βοΈ | βοΈ | βοΈ | βοΈ | β |
App scheme | Test | βοΈ | βοΈ | βοΈ | βοΈ | β |
β οΈ Firebase Dynamic Links | Test | βοΈ | β | β | βοΈ | βοΈ |
Play Store url | Test | βοΈ | βοΈ | βοΈ | β | βοΈ |
Market scheme | Test | βοΈ | βοΈ | βοΈ | βοΈ | βοΈ |