Branch Deep Linking not working in Android
See original GitHub issueCordova: v6.1.1
Plugin Version: 2.6.14
In Android app, every time I click a deep link, it always return me the following object:
{ "+clicked_branch_link": false, "+is_first_session": false }
Very sometime it works, but 90% of the time it does not work. Although it opens the app correctly, but due to inappropriate data, the right functionality cannot be achieved.
Can you please help me with this?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:6
- Comments:17 (5 by maintainers)
Top Results From Across the Web
Android App Not Opening Troubleshooting Guide - Branch Help
Step 1: Follow the Android SDK Guide · Fill out the Android App's package name and URL on the Dashboard -> Link Settings...
Read more >Branch Deep Link does not open application - Stack Overflow
I noticed that when I manually open app after that it navigates to the Activity which I want to be opened via Deep...
Read more >How to Create Deeplinks for Android Using Branch.io?
On the Branch.io dashboard create your account,use link https://dashboard.branch.io/login. After the account was created, set up an account for android.
Read more >Deep linking in Android — Part 2 - Medium
Deferred deep linking allows mobile developers to deliver an automated user experience, whether the application was previously installed or not.
Read more >Your Deep Links Might Be Broken: Web Intents and Android 12
Now, starting in Android 12, Google requires you to use Android App Links for HTTP and HTTPS links. Not utilizing Android App Links...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello again,
Thank you all for reporting the issue.
We have narrowed the problem to our Android SDK v2.13.0. This was released 4 days ago (https://github.com/BranchMetrics/android-branch-deep-linking/releases). As long as you have not pushed a version of your app to the Google Play Store in the last 4 days, your users have not been affected.
If you have pushed a new version of your app to the Google Play Store, can you please:
/plugins/branch-cordova-sdk/build.gradle
compile 'io.branch.sdk.android:library:2+'
compile 'io.branch.sdk.android:library:2.12.2'
cordova platform rm android && cordova platform add android
as well)Furthermore, we will push a hotfix to the Branch Cordova SDK later today to mitigate this issue even further.
Again, I apologize for any inconvenience this has caused.
Hey guys - Thanks for letting us know about this issue. I’ve escalated it to engineering internally and we’re looking into it. We believe it’s related to a recent release on the core Android SDK that is not playing nice with Cordova. We’ll keep you updated in this thread.