question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Branch Deep Linking not working in Android

See original GitHub issue

Cordova: 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:closed
  • Created 6 years ago
  • Reactions:6
  • Comments:17 (5 by maintainers)

github_iconTop GitHub Comments

11reactions
ethanneffcommented, Oct 30, 2017

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:

  • update your /plugins/branch-cordova-sdk/build.gradle
  • from compile 'io.branch.sdk.android:library:2+'
  • to compile 'io.branch.sdk.android:library:2.12.2'
  • push a new version of your app to the Google Play Store
  • (you might have to rebuild your platform with 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.

5reactions
aaustincommented, Oct 29, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found