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
Response from await FlutterBranchSdk.getShortUrl is received only on first url generation, after I have to restart/rebuild the app.
No errors, method, where I use await FlutterBranchSdk.getShortUrl just stops and doesn't go further after generation attempt.
To Reproduce
Steps to reproduce the behavior:
Trigger await FlutterBranchSdk.getShortUrl for second or more time.
Put breakpoint at the vars/methods after await FlutterBranchSdk.getShortUrl
Expected behavior
Url is generated and share modal shown.
Screenshots
Mobile (Please complete the following information. remove session if not Mobile):
Flutter: 3.24.3
flutter_branch_sdk version: 8.3.2
OS: iOS 18.2
Device: iPhone 12 Pro
Additional context
Url generation was working fine past week, I didn't change nothing in the code and today noticed the issue mentioned above.
The text was updated successfully, but these errors were encountered:
Keep the template and provide all requested information:
Describe the bug
Response from
await FlutterBranchSdk.getShortUrl
is received only on first url generation, after I have to restart/rebuild the app.No errors, method, where I use
await FlutterBranchSdk.getShortUrl
just stops and doesn't go further after generation attempt.To Reproduce
Steps to reproduce the behavior:
await FlutterBranchSdk.getShortUrl
for second or more time.await FlutterBranchSdk.getShortUrl
Expected behavior
Url is generated and share modal shown.
Screenshots
Mobile (Please complete the following information. remove session if not Mobile):
Flutter: 3.24.3
flutter_branch_sdk version: 8.3.2
OS: iOS 18.2
Device: iPhone 12 Pro
Additional context
Url generation was working fine past week, I didn't change nothing in the code and today noticed the issue mentioned above.
The text was updated successfully, but these errors were encountered: