react-native-branch-deep-linking-attribution icon indicating copy to clipboard operation
react-native-branch-deep-linking-attribution copied to clipboard

Deferred deep linking rarely works after upgrading to v6.0.0

Open jamfromouterspace opened this issue 1 year ago • 0 comments

Describe the bug

Before v6, the branch.subscribe callback would run on App mount and on app foreground. It's critical for the callback to run on foreground, because users will often already have the app open when they try to accept an invite.

This is an even bigger problem for me since I can't even get the first app open to consume the invite code, and there is zero documentation for the react native package. I've used this package for years, these are new problems.

Switching to Adjust because im losing users from this, and I can't compile Android with an older version of Branch.

Steps to reproduce

iOS or Android

  1. Install latest version
  2. Try getting a deep link to work, and notice that you must cold start the app for it to work

Expected behavior

Subscribe callback runs on app foreground

SDK Version

6.0.0

Make and Model

iPhone 13 / Samsung A10e

OS

iOS 17.2 / Android 10

Additional Information/Context

No response

jamfromouterspace avatar Feb 22 '24 23:02 jamfromouterspace