-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Branch deeplink is opening playstore on Android 12 device if applicationIdSuffix is added #969
Comments
Hi Abhishek, we'll be investigating this soon. |
I faced the same issue and the fix was to change the android URI scheme on branch dashboard in configuration/general section to our applicationId, and by the way we are using applicationSuffix too |
So did you change the scheme inside Manifest also to be your applicationId? I am now having the issue where the link only opens the URL provided in Default URL. Does not even try to open Play Store or app installed. |
Copy answer from this issue |
On OS 12 and Above, if we have a build installed with applicationIdSuffix attached to our package name, branch deeplinks are unable to recognize the installed app and taking to playstore, but the same works fine in OS 11 and below. On OS 11 and below, the same links launch the installed app.
Branch Android lib version used: 5.1.0
The text was updated successfully, but these errors were encountered: