You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep the template and provide all requested information:
Describe the bug
Flutter Branch SDK doesn't auto reinitialise when we use the GoogleSignIn method for Signing IN.
As Google SignIn creates new activity, when we are finished with it, the MainActivity of the App resumes, but the branch sdk doesn't resume in this particular flow.
Keep the template and provide all requested information:
Describe the bug
Flutter Branch SDK doesn't auto reinitialise when we use the GoogleSignIn method for Signing IN.
As Google SignIn creates new activity, when we are finished with it, the MainActivity of the App resumes, but the branch sdk doesn't resume in this particular flow.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The expected behaviour is that after the siginin screen is completed, the main activity is resumed with the branch sdk
Logs
Mobile (Please complete the following information. remove session if not Mobile):
FlutterSDK: version: 3.27.1
flutter_branch_sdk version: 8.2.0
OS: All Android version
Additional context
This is the life cycle flow that is actually happening
onActivityPaused → MainActivity
onActivityCreated → SignInHubActivity
onActivityStarted → SignInHubActivity
onActivityResumed → SignInHubActivity
onActivityPaused → SignInHubActivity
onActivityResumed → SignInHubActivity
onActivityPaused → SignInHubActivity
onActivityResumed → MainActivity
But on the final onActivityResumed when MainActivity is resumed the branch sdk is not being called which should be
The drive link shared contains the below
The text was updated successfully, but these errors were encountered: