-
Notifications
You must be signed in to change notification settings - Fork 145
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
Is onNonBranchLink() usable? #269
Comments
@chanphillip you can look in to this part of the doc on how to handle non-universal link. |
Hello @chanphillip, Ideally, When clicking on a Branch deep link, all deep link data should be retreived from the Branch.initSession(function(data) {
// read deep link data on click
alert('Deep Link Data: ' + JSON.stringify(data));
}); Where you relying on the depreciated Best, |
@ethanneff I needed to Deep Links that were not Branch links. I.E. @chanphillip is asking how to use this SDK while still being able to send non branch deep links to his application. |
@chanphillip I am closing this ticket, feel free to reach out if you are still experiencing issues. |
As the doc does not mention onNonBranchLink() and NonBranchLinkHandler() seems to be depreciated, I would like to ask if onNonBranchLink() is usable?
I've tried using it but the behavior is a little strange. It will be fired every onResume no matter if the app is opened through a deeplink (i.e. appname://).
If onNonBranchLink() is not suppose to be used, what should be the way to handle non-branch deeplinks? Perhaps using another plugin?
The text was updated successfully, but these errors were encountered: