Skip to main content
0 votes
0 answers
9 views

react-native-branch android app crashes on launch [branch.io]

I have integrated branch.io in my react native for deep linking. On iOS platform, The deep links are working perfectly fine but when I am integrating android SDK app crashes on launch. MainActivity.kt ...
user17793928's user avatar
0 votes
1 answer
78 views

Branch Creating Bad Links in Swift

Using swift and branch i am trying to create links in app so users can share the app and get rewarded if someone downloads the app with their link. This code is creating links that take the user to ...
tHatpart's user avatar
  • 1,098
0 votes
1 answer
38 views

Applink is not working when app is not installed on the device in react native

useEffect(() => { Linking.addEventListener('url', evt => { console.log('URL:', evt.url); handleAppLink(evt.url); }); return () => { Linking.removeAllListeners('url'); }; }, [handleAppLink])...
Sukh's user avatar
  • 1,368
-1 votes
1 answer
69 views

Branch.io doesn't redirect to IOS App Store directly when app is not installed

When the app is installed, the deeplink works perfectly fine (redirects user to the app directly). However, when the app is not installed, the deeplink doesn't open IOS App Store directly, it opens a ...
Chwizdo's user avatar
  • 176
0 votes
1 answer
67 views

What does "Trouble initializing Branch. Task exceeded timeout." from Branch.io mean?

I have a react-native app (Expo) that uses Branch.io's RN SDK for deep links and deferred deep links. On Android only, the branch.subscribe() method is passing through this error on app start up: ...
user680141's user avatar
0 votes
0 answers
75 views

Is this kind of deep linking possible on react native expo?

I want to integrate branch.io into the app for deferred deep linking in my react native expo app. Basically, users will share a page(website preview) from the app. Then users without the app installed ...
Nooblantis District's user avatar
0 votes
1 answer
261 views

branch.io link opening browser instead of app, flutter

I'm having problems with with branch.io in flutter android. I integrated the flutter branch sdk, setup everything, validation passes. In the validation log there is an example link and I also created ...
iOSDevZ's user avatar
  • 133
2 votes
2 answers
359 views

How to setup react-native-branch with expo managed workflow?

I am following branch.io react native setup tutorial and it says that i have to do the following: Configure Info.plist file. Add the file to your project using Xcode. Within your project, navigate to ...
Ripas55's user avatar
  • 863
0 votes
1 answer
79 views

Navigating to view on deep link tap with Branch.io

According to the Branch documentation, we're supposed to implement this to navigate to another view when a user taps on a deep link: @main struct YourAppNameApp: App { @...
user5705458's user avatar
-1 votes
1 answer
84 views

iOS Deep Linking Issue: App Redirects to Home Screen but Doesn't Open and Display Content

I'm encountering an issue with deep linking on iOS where, upon clicking the links, the app redirects to the App Store or, if the app is already installed, it redirects to the home screen without ...
Harsh Bardolia's user avatar
0 votes
0 answers
59 views

Trouble initializing Branch. Failed to connect to api2.branch.io/0.0.0.0:443 Check network connectivity or DNS settings

On android devices the branch.io is not working due to an error saying: Trouble initializing Branch. Failed to connect to api2.branch.io/0.0.0.0:443 Check network connectivity or DNS settings. The ...
Mihai's user avatar
  • 115
0 votes
0 answers
150 views

The Flutter app initiated by a deep link fails to navigate initially, but it works perfectly when using the back button after the app restarts

I'm using Branch for deep link management in my Flutter app. On iOS, everything works perfectly. On Android, when I open the application from a deep link (e.g., from WhatsApp), the app opens but doesn'...
Andrea Bigini's user avatar
0 votes
0 answers
25 views

Missing event columns for user_data?

I am sending standard and custom events to branch.io. Accorrding to this doc there should be user_data: screen_dpi, screen_height and screen_width. But it seems I can't pick those as event columns ...
parohy's user avatar
  • 2,170
0 votes
1 answer
200 views

Branch.io live keys should be private or public

I'm kind of lost in the documentation of Branch.io regarding the right implementation of Branch.io live keys, i'm merely wondering whether Branch.io live keys are safe to be embeded in client side ...
B.Djo's user avatar
  • 1
0 votes
0 answers
35 views

Is it possible to prevent the version of BranchSDK from being included as a KEY value in Firebase Crashlytics?

We are using Branch's iOS SDK version 2.2.0. And the minimum version of our app is iOS 13, and the Xcode version is 15.2. Whenever an issue occurs in Firebase Crashlytics, the version of BranchSDK is ...
Hyeoni Park's user avatar

15 30 50 per page
1
2 3 4 5
59