Closed rohnsht closed 3 months ago
@rohnsht
Is your project's uri scheme '<null>'
?
Usually the uri scheme is something related to the name of the app or project.
Maybe '<null>'
is not being recognized by the SDK or even by iOS.
@RodrigoSMarques
I have added UriScheme in both branch dashboard and IosProject but it still says '<null>'
. I have no idea why this is happening.
Screenshots
this is related to your INFO.PLIST configuration. you should review it.
@RodrigoSMarques
This is the setup in INFO.PLIST for my project. Could you tell me what might be the issue? Thanks
`
`
@rohnsht
Visually, I did not find any problems with your configuration in INFO.PLIST.
Also check the configuration of the Associated Domains
If the issue persists, I suggest opening a support ticket directly with Branch at the link
They can better support you with this configuration. It is not specific to Flutter but to the native layer.
I needed to add Branch.setUseTestBranchKey(true)
in AppDelegate to use Branch Test Key which solved the issue. Thanks @RodrigoSMarques
I needed to add
Branch.setUseTestBranchKey(true)
in AppDelegate to use Branch Test Key which solved the issue. Thanks @RodrigoSMarques @rohnsht
There is no need for you to add this directly in your native code.
You have instructions for that here
Describe the bug I create a deeplink in branch which works properly with android. However, when I try to test the deep link in ios it doesn't treat the link as deeplink. I have added the log below:
DeepLink Data: {+clicked_branch_link: false, +non_branch_link: https://gihui.test-app.link/sBSzHAHTtLb, +is_first_session: false}
Expected behavior The app should recognise the above link as a branch_link
Screenshot
Smartphone (Please complete the following information. remove session if not platform):