-
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
Branch.initSession not working #248
Comments
Hello @phanthinh , Best, |
@phanthinh , the function parameter for
|
@renesansz It's work for simulator? |
Hi everybody,
I have used code at below:
$ionicPlatform.ready(function() { // Branch initialization alert(JSON.stringify(Branch)) // {debugMode: false} Branch.initSession(function(data) { // read deep link data on click alert('Deep Link Data: ' + JSON.stringify(data)); }); });
At simulator: It's just only show alert {debugMode: false}
At device: It's not any alert
What happen for this?
If there is a bug or error in this repo, please file the issue here.
If you are having trouble integrating the Branch SDK, please reach out to us here
Thank you.
The text was updated successfully, but these errors were encountered: