Sometimes, dynamic link works well. But some times, it just open google play store and this is the problem.
Especially, it shows google play store more frequently when then app is not running.
Any suggestion will be appreciated.
Edit:
I tried following sequence and failed:
- Click link send by Whats app
- Web browser opens
- Google play store app opens <= Just shows my app, with "Open" button
But by this sequence, it was successful.
- One web browser was already opened
- Click link on Whats app
- Everything is fine, deeplink params delievered.
- I followed this official example,
https://github.com/firebase/quickstart-android/tree/master/dynamiclinks/app
- And this is my dynamic link
https://stanleyko.page.link/?amv=0&apn=com.stanleyko.fdl&link=https%3A%2F%2Fkotlin.example.com%2Fdeeplinks%3Fearn%3Dq1w2e3r4
This is my intent-filter.
<intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:host="truebalance.io/products" android:scheme="https" /> </intent-filter>And this is my google play store url.
https://play.google.com/store/apps/details?id=com.stanleyko.fdl