Questions tagged [branch.io]

branch.io refers to the open source mobile linking service from Branch Metrics. The Branch Metrics SDK enables developers to integrate their apps with deep linking, contextual deep linking, organic, paid and referral attribution, and app-to-app communication. Use the branch.io tag for questions relating to Branch's Web, iOS, and Android SDKs, Branch Links, registering Webhooks...

branch.io refers to the open source mobile linking service from Branch Metrics. The Branch Metrics SDK enables developers to integrate their apps with deep linking, contextual deep linking, organic, paid and referral attribution, and app-to-app communication.

Use the branch.io tag for questions relating to Branch's Web, iOS, and Android SDKs, Branch Links, registering Webhooks...

Documentation

https://dev.branch.io/

Features

Branded Links

Deep Linking

Organic Growth

User Activation Optimization

Paid Growth Optimization

Web-to-App Optimization

Case Studies

DailyMotion

Instacart

8Tracks

Vango

The League

Gogobot

Coffee Meets Bagel

Partners

https://branch.io/partners/

851 questions
0
votes
2 answers

Crash on applicationDidBecomeActive with Branch.io on iOS

TL;DR Error was a space in the url not being encoded. Will be fixed by the Branch Guys on their side I integrated iOS SDK and did all the setup for Universal Links as explained in the guides. I've got everything properly configured (or so it…
Andres C
  • 463
  • 6
  • 26
0
votes
2 answers

branch.io redirects to empty content in app, if app is not running in background

Implemented the branch.io in the application. Working fine except if app is not running in background and branch.io link clicked. It will open the app and redirect to the screen where shared content to be shown but showing the empty screen or no…
iPhone 7
  • 1,731
  • 1
  • 27
  • 63
0
votes
1 answer

iOS build failed in cordova branch metrics plugin

I am getting below error on building Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK on iOS with cordova CLi 6.0.0 . *** In file included from…
Shahbaz Khan
  • 133
  • 1
  • 10
0
votes
0 answers

Intent data passed from branch.io links on facebook don't let deep linking

I'm working with Xamarin forms and Branch Xamarin SDK v2.1 When I open a non facebook shared branch link my activity receive this as Intent DataString: cirql://open?link_click_id=256421691057450068 and deep linking works just fine but with a…
0
votes
2 answers

SMS not sending to intl numbers using Branch.io and intl-tel-input

My form will only send to 10 digit US numbers. I'd like to send to Intl numbers once the country is selected. After looking through the Intl-Tel-Input docs, this code might be needed but I'm not having any luck with it:…
evan
  • 954
  • 3
  • 18
  • 37
0
votes
0 answers

Branch IO not Redirecting in some Browsers in Android

I am using branch io SDK in Android. However, I am facing issues in redirection. The link gets redirected to my app whenever it is clicked from Facebook. However, it is not redirected to my app whenever it is clicked from a browser. This occurs…
androidnoob
  • 345
  • 2
  • 17
0
votes
1 answer

Branch.io returns me a File Not Found

I'm trying the Branch.io API and I think I'm getting a weird problem because I'm not able to create my links properly: I can use the link for starting the app without parameter: this link http://4t3i.app.link/KDSYTMnSZs. It works perfectly but as…
Laurent Meyer
  • 2,766
  • 3
  • 33
  • 57
0
votes
1 answer

Branch.io Generate the link at web end and then retrieve in app

Looking to integrate the branch.io in such a way that the admin gets the deep link at web end where he adds the content. And then he manually post the link to some social media say Twitter,Facebook etc. then user clicks on that link and it will take…
iPhone 7
  • 1,731
  • 1
  • 27
  • 63
0
votes
1 answer

Integrating Branch.io in Ionic App

I am trying to send my app's link form my website with a token in the link like this : branch.link({ stage: 'new user', data: { token: 543322 }}, function(err, link) { console.log(err, link); }); then when the app is installed…
0
votes
1 answer

How to change the position of branch smart banner?

I am using the branch smart banner. To set up the banner, I put the code below into the head:
Stephen
  • 3,822
  • 2
  • 25
  • 45
0
votes
1 answer

branch.io bypass of app login screen, how to handle delay before url handled

I am using branch.io SDK in an ios App. We use it as a way to invite users to our app, and redirect them to a custom on-boarding screen when the branch link is present. One thing we've noticed is that there is a slight delay between when the app…
Miro
  • 5,307
  • 2
  • 39
  • 64
0
votes
1 answer

Branch.io not working in native mail app on iphone

For some reason my branch links will work on my iphone in the gmail app but it won't work on the native mail app. I set up universal links, but might have forgot or did something wrong. I have my app installed, but the link sends me to the web. On…
Chris Hume
  • 185
  • 1
  • 11
0
votes
1 answer

chrome android unknown scheme

I use deeplinking with branch.io in my app. App generates url and open it with custom scheme. It goes ok on native android brawser, firefox and opera-mini, but it fails on chrome-android with ERR_UNKNOWN_URL_SCHEME code below: manifest …
George
  • 26
  • 7
0
votes
1 answer

How to get branch.io universal links working when another app opens a Safari View Controller?

When I open a branch generated link through a third-party app, it opens in a Safari View Controller and won't open my app directly when it is already installed on my phone. Whereas clicking on the link through another app that doesn't open links in…
petranaya
  • 769
  • 1
  • 6
  • 23
0
votes
1 answer

Branch.io Android sharing: Different messages based on selection

I'm using Branch.io for sharing content from my app. I think it has a good interface, but I'm in a situation where I would like to share different message texts for different cases. For example, I'd like to have a certain text for e-mail and a…
Rameez Hussain
  • 6,414
  • 10
  • 56
  • 85