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 have integrated branch in my react-native app using npm install react-native-branch and followed the documentation available for react-native integration on docs.branch.io. When ever i am clicking a branch link it opens the app correctly but the link opens as +non_branch_link.
I have integrated branch in my react-native app using npm install react-native-branch and followed the documentation available for react-native integration on docs.branch.io. When ever i am clicking a branch link it opens the app correctly but the link opens as +non_branch_link.
I have added this in capabilities
Added these in Info pList
Have added branch.json in my root folder (where .xcworkspace file is)
Added MY_SCHEME as URL scheme
Added these changes in my AppDelegate.m file in didFinishLaunchingWithOptions
This is what I am getting as link params
{+clicked_branch_link: false, +is_first_session: false, +non_branch_link: "https://xxxx.xxxxx.com/xxxx"}
The text was updated successfully, but these errors were encountered: