-
Notifications
You must be signed in to change notification settings - Fork 136
Deeplinks on unpublished apps #408
Description
Plugin Version
6.17.1
App ID
1562165607
Platform(s)
iOS, Android
What did you do?
Since out UAT app is unpublished, the when the deeplink is used, this page is shown.
The above is for iOS. I can still deeplink into the app using the top right blue button.
On Android, this is not the case. It feels like the app does not recognise that the app is running (in debug mode).
I do not know what I am doing wrong. I have added the app into appsflyer, i have added the debug sha256 fingerprint and i have defined our link in the manifest.
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:host="killik.onelink.me" android:scheme="https">
</intent-filter>
I have also tried this but it also does not work.
I have also tried to remove android:autoVerify="true" and to add in android:pathPattern=".*" but this does not do anything.
Am I missing anything?
What did you expect to happen?
The app to show a 'Do you want to open this in xyz?' or some sort of equivalent.
What happened instead?
Nothing, just the 'The app you are looking for is unavailable' and nothing happens.
Any other relevant information
These apps are unpublished on their respective stores, so while I expect that specific screen, i would expect the android to recognise that the debug version of the app is running and show some sort of 'Open this in xyz' or something.