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
Only on iOS, when you open a branch dynamic link the listSession method correctly fires, but when you hot-restart the app it will be triggered again as if the link was opened (when it wasnt)
To Reproduce
Steps to reproduce the behavior:
Build the app and open a branch.io link
Hot-restart the app
See that listSession is called again
Expected behavior
This should fire only ones, and not survive hot-restart
Mobile (Please complete the following information. remove session if not Mobile):
Flutter: version: Flutter 3.24.0 • channel stable
flutter_branch_sdk version: ^7.1.0
OS: iOS 17.6.1
Device: iPhone 15 (real device)
Additional context
None
The text was updated successfully, but these errors were encountered:
Keep the template and provide all requested information:
Describe the bug
This behaviour is the same as reported here: BranchMetrics/capacitor-branch-deep-links#29
Only on iOS, when you open a branch dynamic link the
listSession
method correctly fires, but when you hot-restart the app it will be triggered again as if the link was opened (when it wasnt)To Reproduce
Steps to reproduce the behavior:
listSession
is called againExpected behavior
This should fire only ones, and not survive hot-restart
Mobile (Please complete the following information. remove session if not Mobile):
Flutter: version:
Flutter 3.24.0 • channel stable
flutter_branch_sdk version:
^7.1.0
OS: iOS 17.6.1
Device: iPhone 15 (real device)
Additional context
None
The text was updated successfully, but these errors were encountered: