-
Notifications
You must be signed in to change notification settings - Fork 45
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
Android > Error: Session initialization already happened > No deeplink referringParams #50
Comments
I run into the same problem |
Acknowledged- we're currently designing some possible fixes for these types of errors/inconsistencies across plugins. Will keep you posted. |
I'm also facing the same issue. |
Facing the same issue, but had a question: Is there a way to use the Branch SDK to manually parse deeplink in the form of "https://dingo.app.link/Iy5o5phXYxb" without going through the |
@gdeluna-branch |
Hi ! Is there any updates to this? I am facing the same issue and couldn't solve with all above suggested solution. Please help me. |
any update?... |
Hi, @gdeluna-branch any updates on this bug? |
bump |
Also seeing this with v8.1.0:
Not sure what the impact is yet and there's absolutely no documentation or any information regarding this, aside from a few open issues from years ago. |
still facing this issue even with the latest version.. |
The issue is still present with the latest plugin version. I found out that it can cause the app to crash. |
Problem
When sending a push notification (in this case via Braze) which hold a deep link on click, if the app in the background, it only opens the application but does not hold any of the referringParams data and shows an error of:
"Warning. Session initialization already happened. To force a new session, set intent extra, "branch_force_new_session", to true."
If you leave the app to go back into background, then foreground it again, it suddenly has the branch data within the object and works as intended. It is on the first push click and app open (if the app has already been opened and is in the background) that it is empty and fails.
Platform
Android
Code
Environment setup
The text was updated successfully, but these errors were encountered: