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
-1
votes
1 answer

What happens to old links if i change link domain with the route configurations in branch.io

I have a branch.io app with example.app.link as domain and bunch of links got created where it opens "ExampleApp" in appstore or playstore. Now due to some reason i need to change the domain(newexample.app.link or new.example.com) of the link(either…
Subha
  • 1
-1
votes
1 answer

Data of the quick links report on Branch.io is not accessible

I've been working on Branch for a while. However for the past 10 days, I've got an error message that blocks me from accessing my "quick links" data. The message is saying: "Your data is taking too long to load. Please try again, refresh, or reduce…
Tom A
  • 11
-1
votes
1 answer

Android Creative SnapKit: Photo with attachment Url pop-up opens twice

I am trying to share Image on SnapChat with attached URL generated from Branch IO. For that I have used Creative SnapKit. When I clicked on the attached link, it gives me two pop-ups. First pop-up redirects me to Playstore The second pop-up…
Aanal Shah
  • 1,946
  • 2
  • 20
  • 30
-1
votes
1 answer

React Native Expo branch.io

I am trying to integrate branch.io into expo. I have this code Branch.subscribe(bundle => { if (bundle && bundle.params && !bundle.error) { // `bundle.params` contains all the info about the link. } }); For some reason bundle does not have…
-1
votes
1 answer

How to Get UserId from Branch Analytics - Branch.IO

We have integrate Branch Analytics in our Android App (SDK App), we are passing unique userid while user signing up after installing. How we can get these Unique UserId from Branch Analytics.
-1
votes
1 answer

Google Ads Conversion Actions Not Showing Up

Hoping to get some help here. We've got Branch.io installed and for some reasons we aren't seeing our conversion actions being updated in Google Ads conversion actions. We have branch linked under linked accounts for both Android and iOS and it is…
-1
votes
1 answer

iOS: Handle noInternet case with Branch.io

I am using Branch pod in my project. When any deep-link is tapped while no internet, Branch SDK throws no internet error. I want to retry this activity when the app is back online. At present, I handled this by holding that userActivity, and once…
UdayM
  • 1,725
  • 16
  • 34
-1
votes
1 answer

Cannot find referrals section in branch.io SDK

My dashboard doesn't have an option to set reward rules. It should have been under channels and links but cannot see it. Dashboard image:
-1
votes
1 answer

How to call Branch initialisation inside the swift iOS application

I have an email section inside my ios application and we are receiving links in email messanger, now the problem is when I tap on that link I am not able to get Branch parameters like reference_id, etc... and because of that not able to navigate to…
Pravin Kulkarni
  • 253
  • 2
  • 9
-1
votes
1 answer

Sharesheet option in branch.io swift

We are using branch.io for Deep linking in our projects, There is an latest version release on Feb 3. We can’t able to get the latest SDK options v0.31.4¶ (2020-Feb-03) Add share sheet option to override placeholder URL. This allows more control…
HariKarthick
  • 1,369
  • 1
  • 19
  • 47
-1
votes
1 answer

Building referal system by branch.io

Can anyone tell me how to make a referal system in my android app from scratch? I m a noobie and a beginner in android dev plz help.
-1
votes
1 answer

JSON File Not Recognized While Implementing Universal Links

I am building a simple app with expo. While implementing linking for android and iOS, I was editing the app.JSON. When I went to rebuild the android build, the terminal gave an error message: app.json must include a JSON object. The terminal…
Libre
  • 73
  • 6
-1
votes
1 answer

Your application bundle's signature contains code signing entitlements that are not supported on iOS

I have integrated branch.io for deep linking in my app and enabled associated domain capability, added associated domains as well. But I am getting this error given below while trying to upload this new build to app-store from application…
sibin
  • 47
  • 9
-1
votes
1 answer

Branch.io deep links stopped to work after config Firebase app on iOS

I had Branch.io deep links on iOS working correctly for months but when I implemented a sign in on Firebase app in order to get an id token I noticed that branch deep links stopped to work. If I remove the Firebase sign in deep links works perfectly…
Juan Garcia
  • 200
  • 2
  • 9
-1
votes
1 answer

Use Branch.io for analytics in react native

I am working on integrating branch.io in react-native project for analytics. Able to see the events getting registered in branch.io dashboard, using BranchEvent() method. Also want each users id to show up for analytics in branch.io dashboard. So…
Mohd Danish Khan
  • 1,044
  • 11
  • 12