-
Notifications
You must be signed in to change notification settings - Fork 25
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
Branch IO Deep Linking works only after I clear the Safari history and cache data on iOS #186
Comments
Logging a ticket to see if we can repro the issue you're seeing. Could you provide what version of the SDK you're using along with some information about the device you're seeing this on? Also are you seeing the same issue on all test devices? |
Thank you for your kind reply. Branch Unity SDK Test Devices Device Name: iPad Air2 I used the following code to generate a deep link.
Would you please help me? |
Thanks for the information! I'm hoping to devote the next sprint to working through github issues. |
Please let me know if you need any other information to resolve this issue. |
Hi, I'm facing the same issue... do we know if the fix is prioritized to be in the roadmap? Thanks! |
Hi, does anyone has found any kinda of solution for this? I am still facing an issues |
1 similar comment
Hi, does anyone has found any kinda of solution for this? I am still facing an issues |
I'm trying to add a sharing feature to my existing app using Unity Branch SDK. I retrieve custom data from initSession function of Branch SDK (Unity).
But initSession function seems to work a few times but it returns empty BranchUniversalObject JSON and BranchLinkProperties JSON after that. After a few days of struggling, I found that Safari history and cache data causes the issue. When I clear the Safari history and cache data, initSession function works again as I expected and I can retrieve custom data from Branch deep link.
How do Safari history and cache data affect the Branch deep link? What should I do to fix the problem of empty BranchUniversalObject JSON and BranchLinkProperties JSON?
The text was updated successfully, but these errors were encountered: