All Questions
234 questions
0
votes
0
answers
19
views
React Native Branch linking crashes on iOS with @config-plugins/react-native-branch in Expo SDK 52
I'm using Expo SDK 52 with a React Native app.
I want to integrate Branch.io for deep linking. It works fine on Android.
However, on iOS, the app crashes immediately on launch if @config-plugins/react-...
0
votes
0
answers
85
views
iOS Deep Linking Issue with Branch.io/react-native-branch Integration
Summary
Link click tracking is not working on iOS with @config-plugins/react-native-branch.
We are implementing a customer referral system using Branch.io, where app users can invite others using an ...
0
votes
0
answers
52
views
iOS: Declare tracking if it's disabled completely in third-party SDK
I have an app where I'm integrating the Branch.io SDK which I plan to use only for deeplinks. The SDK provides it's own privacy manifest file with privacy tracking domains defined and some collected ...
3
votes
2
answers
388
views
iOS - Image is not visible on branch.io dynamic links
I am trying to create a dynamic link with branch io. everything is working fine the dynamic link is created successfully but the thumbnail image is not visible on the link even after adding the image ...
0
votes
2
answers
557
views
Flutter app crashes on open from cold state with Branch.io deep link
I recently implemented deep linking with Branch.io for my flutter app running on iOS. It works as expected when the app is running in the background. When the Branch.io link is clicked, it will open ...
-1
votes
1
answer
290
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 ...
0
votes
1
answer
158
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 {
@...
-1
votes
1
answer
203
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 ...
0
votes
1
answer
1k
views
Branch.io deferred link is handled only on second launch
We are having problems with the Branch.io link on iOS in our ReactNative app. When our app is installed using a deferred link from Branch.io, we don't receive the link data when the app is opened. ...
1
vote
0
answers
537
views
React Native branch.io iOS getFirstReferringParams() object empty on app installation
I am developing a React Native mobile app and I want to use branch for a referral feature.
On android everything seems to work but on iOS I have the following problem:
Whenever a user clicks on the ...
1
vote
1
answer
495
views
Branch link not redirecting to app store even in Safari
Here is the video describing the issue:
https://youtube.com/shorts/u0JbIGEF6j8
On iOS my Branch.io links are not working properly. I turned off native links as people were suggesting this was the case ...
1
vote
1
answer
311
views
My staging universal link identifies and open the app but live link is not recognizing the app
I have set up universal links to both my staging version and live version of the app respectively. Both Staging and live server hosts follow the ASSA file.
{
"applinks": {
"...
2
votes
1
answer
876
views
flutter_branch_sdk generated deep links do not open app on iOS, generated link always takes to AppStore
I have been trying to use Branch SDK to implement deep linking into our iOS application. The Branch URL redirects directly to App Store and never attempts to open the application. I must be missing ...
4
votes
1
answer
593
views
Can Branch.io fallback to a different app
I am currently developing a new app to replace my old mobile app. The old and new mobile app will both exist at the same time to give the customers time to transition from the old to new app. The old ...
1
vote
2
answers
1k
views
iOS: Can I find the source of install without using 3rd Party?
If I'm having ads that takes the users to my app in the store on different platforms (ads on Facebook, Google ads, ...), can I detect the source of the current install? For example: when the user ...