Skip to content

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 βœ”οΈ βœ”οΈ βœ”οΈ βœ”οΈ βœ”οΈ