877 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
15
views
How to retain undefined deep link paths and query parameters with Branch.io?
Our app supports many deeplinks, but when we use Branch.io and a link is not defined in LinkHub, the original data is not passed to the app.
For example, if a user opens ourapp.app.link/mylink?data=...
0
votes
0
answers
15
views
BranchSDK 3.9.1 compilation failure: Branch.h file not found
Xcode is failing to compile the latest BranchSDK 3.9.1 included in the project from Cocoapods. Compilation fails to
find the Branch.h header that does exist in Pods/BranchSDK/Sources/BranchSDK/Public/...
0
votes
0
answers
21
views
Branch.io Intermittently not passing on data via App/Play Store Download
Our process involves the following. As user scans a QR code with a Branch.io link, if the user does not have the app installed he/she is redirected to the App or Play Store to download the app and ...
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 ...
2
votes
1
answer
169
views
Creating a listener for Branch.io deferred deep link in .NET MAUI
I'm trying to implement deferred deep linking in my .NET MAUI app. The documentation for .NET MAUI on Branch's website is a bit thin and wanted to see if anyone else has already tackled this.
First, ...
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 ...
1
vote
0
answers
83
views
Clicking on Branch.io deepview 'Get the app' button redirects to Google Play Store instead of configured fallback URL if the app is not installed
Problem
I was expecting clicking on 'Get the app' button on Branch.io deepview would redirect me to the configured fallback URL on Android, but it redirected me to Google Play Store instead. What is ...
3
votes
2
answers
387
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 ...
1
vote
0
answers
108
views
Deeplinking with branch.io in an expo-managed app
I'm trying to implement deeplinking using branch in an expo managed app. Have added the config/plugin and unsure how to proceed with implementation especially as I need to generate a dynamic link.
...
0
votes
0
answers
65
views
How to Retrieve Deep Link Data in Flutter with Branch.io After App Install from store?
I'm working on integrating Branch.io for deep linking in a Flutter application and have encountered a specific use case that I need help with.
Scenario: My app uses Branch.io deep links containing ...
0
votes
0
answers
166
views
Flutter: Implementing Branch.io (deferred) deep links for referrals and Firebase Auth email links without conflicts
I'm building a referral system in a Flutter app that needs to handle two types of deep links:
Referral links using Branch.io: These need to survive app installation and allow existing users to share ...
0
votes
1
answer
136
views
Branch.io OG Tags Not Displaying on LinkedIn but Work on Facebook and Slack
Problem Description:
I'm encountering an issue with Open Graph (OG) tags not displaying correctly when sharing Branch.io links on LinkedIn. The same links work as expected on Facebook and Slack, ...
0
votes
1
answer
37
views
Is it possible to attach metadata or parameters to Branch Quick Links
We have a few branch quick links of the form: my.app.link/readable-quick-link that we use to attribute mobile app acquisition data from different sources. We are starting to run A/B tests with StatSig ...
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 ...