Closed MishaPadalka closed 3 months ago
Describe the bug A clear and concise description of what the bug is. When the app is installed from TestFlight and app is killed, after clicking the link the app is not opening (just Google page opens because in configuration settings it is using for the case when the app is not installed) (the same case when app is installed from Xcode works good). When the app is from TestFlight and in background mode - after clicking the link the app is not opening, but when you open the app by yourself, all logic created for handling link appears (in my case it is redirect with the parameters from link). On Android APK everything works good. To Reproduce Steps to reproduce the behavior:
My first suggestion is to update to the latest version of the plugin (8.1.0) and do new tests.
Version 7.x.x had several open issues regarding opening the app via a link.
In the latest version, the problems seem to no longer occur.
You have verified that the integration with the SDK was successful: FlutterBranchSdk.validateSDKIntegration();
Closed. No activity in the last 14 days. If necessary open again.
Keep the template and provide all requested information:
Describe the bug A clear and concise description of what the bug is. When the app is installed from TestFlight and app is killed, after clicking the link the app is not opening (just Google page opens because in configuration settings it is using for the case when the app is not installed) (the same case when app is installed from Xcode works good). When the app is from TestFlight and in background mode - after clicking the link the app is not opening, but when you open the app by yourself, all logic created for handling link appears (in my case it is redirect with the parameters from link). On Android APK everything works good. To Reproduce Steps to reproduce the behavior:
Expected behavior App should open after clicking link
Screenshots If applicable, add screenshots to help explain your problem.
Mobile (Please complete the following information. remove session if not Mobile):
Flutter: version: 3.19.0
flutter_branch_sdk: ^7.1.0
OS: IOS 17.2.1
Device: iPhone 15 Pro
Additional context
I added IOS URI Scheme to configurations : myapp:// and in Info.plist in such way : `CFBundleURLTypes
Add any other context about the problem here.