react-native-branch-deep-linking-attribution
react-native-branch-deep-linking-attribution copied to clipboard
Deferred deep linking rarely works after upgrading to v6.0.0
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
- Install latest version
- 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