Closed Aswinjiitak closed 3 months ago
Probably yes.
Some configuration in INFO.PLIST
must be incorrect.
Have you validated the configuration with FlutterBranchSdk.validateSDKIntegration()
?
Check the iOS Troubleshooting here
Also check out the instructions for testing on iOS here
@RodrigoSMarques Yes i validated the configuration with FlutterBranchSdk.validatedSDKIntegration() and it was success, later i removed that, now only FlutterBranchSdk.init() is there in the main.dart.
Is it the problem of using quicklinks rather than generated link?
@RodrigoSMarques Sorry for asking again, Had a doubt again
The domain link passed the AASA validation,
The app is still not published on app store yet, we are testing the app using some other custom URL, so it also a reason for the issue im facing now?
@RodrigoSMarques Sorry for asking again, I have a doubt again
The domain link passed the AASA validation,
The app is still not published on app store yet, we are testing the app using some other custom, so it also a reason for the issue im facing now?
The app does not need to be published to test.
Have you checked the instructions for testing on iOS?
Sometimes this popup will come up to open the app, but mostly it wont come up @RodrigoSMarques
@Aswinjiitak
This is a behavior of the native code or Branch SDK and not of the Flutter plugin.
In this case, I suggest you open an issue directly in the iOS repository about this issue.
Or open a support ticket for Branch at the link
@RodrigoSMarques This issue has been resolved by adding the redirection link for the quick links as web URLs, instead of adding it on the dashboard. Now the iOS redirection is working fine and perfectly.
@RodrigoSMarques So, if we are using quick links then we should follow this, instead of using default urls setup on dashboard
@RodrigoSMarques So, if we are using quick links then we should follow this, instead of using default urls setup on dashboard
I developed the Flutter plugin to call the Branch SDK.
I can't confirm how Branch services work.
I've never needed to add redirect URLs in my projects.
It may be a configuration issue in your project. Branch support can help you with this.
@RodrigoSMarques Hence the issue is fixed, so im closing this. Thank You for the support!
Im using quick links to open app if not installed, in Android its working fine, but in the case of ios the app is not opening if the app is installed, instead of that while clicking the link it directly going to the safari
Url schemes setup are done as per the instructions of the official docs,
In main.dart the validation was success too, after validation success i removed the validationSdk method, now there is only init is called.
What should I do , is it a mistake from my side ?