Skip to content

Deeplinks on unpublished apps #408

@killik-dawid-gorski

Description

@killik-dawid-gorski

Plugin Version

6.17.1

App ID

1562165607

Email

service@silo.co.uk

Platform(s)

iOS, Android

What did you do?

Since out UAT app is unpublished, the when the deeplink is used, this page is shown.

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions