-
Notifications
You must be signed in to change notification settings - Fork 144
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
Warning. Session initialization already happened. To force a new session, set intent extra, "branch_force_new_session", to true. #653
Comments
We are facing the same issue with: Cordova CLI: 9.0.0 |
Hello! I fixed this issue by replacing
|
MaximBelov
added a commit
to MaximBelov/cordova-ionic-phonegap-branch-deep-linking-attribution
that referenced
this issue
Apr 21, 2021
…ion, set intent extra, "branch_force_new_session", to true. BranchMetrics#653
fcamblor
added a commit
to 4sh/cordova-ionic-phonegap-branch-deep-linking-attribution
that referenced
this issue
Jun 13, 2022
… it was called in the whole application life, see BranchMetrics#653)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
We're facing a problem with the latest release Cordova 4.1.3 .
When the app is initialized, every resume we get this error what causes the app to work unexpectedly:
error":"Warning. Session initialization already happened. To force a new session, set intent extra, "branch_force_new_session", to true.
I saw that the problem occurres also on android-branch-deep-linking-attribution
, Android SDK v4.3.2.
Is there any fix on the way?
env info
Ionic:
Ionic CLI : 5.2.4
Ionic Framework : @ionic/angular 4.7.4
@angular-devkit/build-angular : 0.802.1
@angular-devkit/schematics : 8.2.1
@angular/cli : 8.2.1
@ionic/angular-toolkit : 2.0.0
Cordova:
Cordova CLI : 9.0.0 ([email protected])
Update 15/02/2021
There is an issue with location permission.
When Location permission is Disabled the InitSession runs twice, what cause the Session initialization already happened error. If the Location permission is Enabled the initSession run only once
The text was updated successfully, but these errors were encountered: