You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Branch UnitySDK release 2.0.0 with Unity 2021.3.5. I create Branch share links via Branch.getShortUrl and then using the NativeShare unity plugin to allow users to share the link. I add "referrer_id" as custom metadata. Now when User A shares the link with 2 users, User B and User C, if User B clicks the link first, installs the app and opens it, they receive the deep link data correctly. However, after that, User C clicks the link, installs the app, but on opening it no deep link data is received even on first app open. In fact the initSession callback doesn't even get called.
Steps to reproduce
Generate a url with custom metadata using getShortUrl
Share the url with multiple people
Get one person to click the link and install the app and open it and log the received metadata in the initSession callback
Get another person to click the same link, install the app and try to check logs - no log will be displayed
Expected behavior
I expected the link would provide the correct metadata to all users who received and clicked on it and installed the app
SDK Version
2.0.0
Unity Version
2021.3.5
Make and Model
iPhone 15
OS
iOS 17.5.1
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using the Branch UnitySDK release 2.0.0 with Unity 2021.3.5. I create Branch share links via Branch.getShortUrl and then using the NativeShare unity plugin to allow users to share the link. I add "referrer_id" as custom metadata. Now when User A shares the link with 2 users, User B and User C, if User B clicks the link first, installs the app and opens it, they receive the deep link data correctly. However, after that, User C clicks the link, installs the app, but on opening it no deep link data is received even on first app open. In fact the initSession callback doesn't even get called.
Steps to reproduce
Expected behavior
I expected the link would provide the correct metadata to all users who received and clicked on it and installed the app
SDK Version
2.0.0
Unity Version
2021.3.5
Make and Model
iPhone 15
OS
iOS 17.5.1
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: