Play Store url¶
Documentation
https://developer.android.com/distribute/marketing-tools/linking-to-google-play.html#UriSummary
Very similar to the Market scheme.
🌍 Web¶
This url contains additional query parameters that will be handled by the Play Store app:
urlis the forwarded urlreferrerwill trigger acom.android.vending.INSTALL_REFERRERBroadcast once the app is installed.
🤖 Android¶
The url will be rewritten by the Play Store to link://smarquis.fr/action?key=value#data
📦 Data¶
Uri available in deferred deeplink only
| Uri | Value |
|---|---|
| scheme | link |
| host | smarquis.fr |
| path | /action |
| query | ?key=value |
| fragment | data |
| Referrer |
|---|
my referrer data |
⚙️ Features¶
| Feature | ✔️/❌ |
|---|---|
| App not installed | ✔️ |
| Offline | ✔️ |
| Referrer | ✔️ |
| Deeplink | ❌ |
| Deferred deeplink | ✔️ |
📈 Pros and Cons¶
➕ Changes the "Open" button in Play Store to "Continue"
➕ Triggers a notification with "Tap to continue"
➖ Some (in-app) browsers might directly handle these links and prevent the Play Store app to launch
➖ When app is installed, it still opens the Play Store app and completely ignores the deeplink