Skip to main content

All Questions

Tagged with
2 votes
0 answers
830 views

I can not get Branch install parameters after opening app from Shared Link in iOS

I am sharing link with Branch.io , but when I am installing app from the link in my didFinishLaunchingWithOptions, not getting the Branch parameters. [[Branch getInstance] initSessionWithLaunchOptions:...
MMSmmsbd's user avatar
  • 132
0 votes
0 answers
200 views

Branch io not updated without install the app iOS

In our project, we are using pod branch version 0.34.0 and we are following the below steps for installing the app. We are facing issue in the point2. 1.When the app is installed and clicked the deep ...
HariKarthick's user avatar
  • 1,467
0 votes
1 answer
2k views

Cant view custom events on branch.io

In viewDidLoad I've added an arbitrary event to test. Why cant I see this event under custom events tab in live view on dashboard? I've configured everything correctly and set live and test keys in ...
AnonProgrammer's user avatar
2 votes
1 answer
3k views

Custom Branch.io events not showing up in Dashboard using iOS (Objective-C) SDK?

I have a custom event I'm attempting to track that shows when the user reaches a certain page in my iOS app. In this app, I have filled in the proper branch_app_domain and branch_keymy branch live ...
TestinginProd's user avatar
1 vote
1 answer
963 views

Branch Integration failed: Team ID mismatch

I am getting an error with Branch integration to my app. In my AppDelegate's didFinishLaunchingWithOptions, I check: Branch.getInstance().validateSDKIntegration() And I'm getting this error: Team ...
Rob's user avatar
  • 4,204
-1 votes
1 answer
1k views

iOS Branch.io deeplink doesn't open the installed app and always redirects to app store except for the first link shared

I'm using Branch SDK for creating deep links and sharing them. If the app is installed, the link should've open it. But the link is always redirecting to app store except for the first link. The first ...
amirtmgr's user avatar
  • 303
0 votes
2 answers
2k views

Branch.io Pass Custom Data with Install

I am using Branch.io to link installs back to ad campaigns. Our setup uses Branch simply for install attribution after which the install metadata is sent back to our app via webhook. I want to pass ...
toddg's user avatar
  • 2,906
1 vote
2 answers
644 views

Using Branch.io together with Facebook SDK

I'm trying to figure out exactly what this code from the Branch.io documentation means // Add the openURL and continueUserActivity functions - (BOOL)application:(UIApplication *)app openURL:(NSURL *)...
Michael's user avatar
  • 621
3 votes
2 answers
3k views

Branch.io URL testing without deploying App on App Store?

I want to test newly added addMetadataKey in branch share link [branchUniversalObject addMetadataKey:@"user_name" value:user_name ]; is present in the params or not. If user clicks a link,...
Sid Mhatre's user avatar
  • 3,407
0 votes
3 answers
3k views

How to test branch.io links using iOS simulator

Hi is there a way to test branch.io deep links in iOS Simulator. We need to make sure it works on different devices, as we have a report in production that something fails on iPhone 7 and need to ...
Ted's user avatar
  • 23.7k
0 votes
1 answer
1k views

Branch.io Deep link not opening application in iOS

I am using Brach SDK to implement deep linking into our iOS Application. The Branch URL redirects directly to App Store if I am opening from FB, Skype, LinkedIn iOS App. But it redirecting to our app ...
Meet Doshi's user avatar
  • 4,259
0 votes
1 answer
370 views

Branch.io Deeplink is opening the deep link every time the app is launched

I have used Branch.io for creating deeplink for my app. But it's redirecting me to the deep link controller every time app is launched. I have used following code in - (BOOL)application:(...
Swati Gupta's user avatar
0 votes
1 answer
115 views

Branch.io present navigation controller

im using branch.io SDK in my apps. My Apps is using UITabBarController. I can manage to open the link to my select view but its view as modal, and when i close it it shown my initial screen while i ...
Voyager's user avatar
  • 399
1 vote
1 answer
559 views

Is there a way to use Branch deeplinks while the app is already running?

As Branch documentation states and my current implementation goes, the branch links are detected in the AppDelegate, a view controller is registered accordingly and then launched from there. Is there ...
Simran Bakshi's user avatar
0 votes
1 answer
2k views

How to make open App v/s URL when sending a branch.io URL through onesignal generated notification

On IOS - Notification opens browser v/s app. Using one-signal for notification. branch URL is set as additional data on the notification. Grabbing this back in OneSignalHandleNotificationBlock and ...
Sharad's user avatar
  • 11

15 30 50 per page