-
Notifications
You must be signed in to change notification settings - Fork 92
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
Issue with Branch.io Integration on Apple 14 pro #314
Comments
Please provide more details. In which cases the link does not work: Is the problem only on iOS 14.0? Would the iOS version be 14.5? |
Steps to reproduce :
|
@wdcs-nadimansari If it works, this problem is already being addressed in version 8.0 that will be available in the next few days. It was a bug added in version 7.0.0 |
I downgraded package to 6.9.0 and facing issue in Android now but In iOS its working fine. Issue : Getting listen twice in |
Ok. So the change that I will make available in the next few days will also solve the problem on IOS 14. |
We are facing issue in production, Can you please give us date for SDK release? |
Hey guys. Version 8.0.0 released. Take the tests and report the results. |
Hello @RodrigoSMarques... Thank you for your support, Now its working fine. |
Describe the bug
The main issue I am facing is that the FlutterBranchSdk.listSession().listen() method, which is used to retrieve session data, does not seem to be triggering the onData callback consistently on iOS 14 devices. This prevents me from properly tracking user sessions and handling deep links within the app. I am facing this very unexpectedly, Sometimes I am not getting a callback of onData method inside FlutterBranchSdk.listSession().
FlutterBranchSdk.listSession().listen( (data) async { // In some cases on Apple 14 Pro, this block is not triggering. } );
Expected behavior
The listen method must get called each time so app can listen Deep-link and take action on it.
Smartphone (Please complete the following information. remove session if not platform):
Flutter: version: 3.19.3
Package version: 7.3.0
OS: iOS 17.4.1
Device: Apple 14 pro
Additional context
Deep-link is working well with Android and Apple 7 devices but i am facing issue with iOS 14 only.
The text was updated successfully, but these errors were encountered: