ios-branch-deep-linking-attribution
ios-branch-deep-linking-attribution copied to clipboard
The Branch iOS SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content shari...
Steps to Reproduce: 1. Click a deep link, gets redirected to the app with respective page. 2. close respective page and go to background and come foreground 3. initSessionWithLaunchOptions is...
Xcode is generating dozens of warnings about the Branch SDK when included via the SPM. These warnings cannot be turned off by default and are generating noise that hides other...
I have check all the issues which is already reported. But its not helping at my end. I share the link of Branch io with my friend on Instagram, Facebook...
Hello! We are trying to adopt SPM to manage dependencies, but with the usage of most recent release of Branch on SPM, we get the issue: ``` Undefined symbols for...
**Issue** DeeplinkHandler is triggered on `appDidBecomActive` and this shouldn't be an issue until we aim to use SIwA. Which is perfomed with a system sheet that when dismissed triggers `appDidBecomeActive`...
Build errors when integrating Branch using SPM in Xcode 12.5b3 when Warnings are treated as Errors
Hi When building in Xcode 12.5b3 we get the following build errors because of missing .h files in `Branch.h` ``` Showing Recent Messages /Users/gransell/Library/Developer/Xcode/DerivedData/QapitalApp-dmxntnlexxpmpzglcjqigbzxmirt/SourcePackages/checkouts/ios-branch-deep-linking-attribution/Branch-SDK/Branch.h:1906:1: Umbrella header for module 'Branch' does...
``` *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFData count]: unrecognized selector sent to instance 0x600002425630' *** First throw call stack: ( 0 CoreFoundation 0x00007fff2043a11e __exceptionPreprocess + 242...
Preface: Branch SDK integration appears to be working fine. Deep links open the app and open content as expected *yay* Issue summary: Getting a GIF to render properly in a...
Hi Branch Team, I created a demo open the referral link with Branch. But at present I doesn't work well. When app already run as background. I pressed the link...
I am getting the following error trying to add Segment tracking to Branch, via the following guide: https://help.branch.io/using-branch/page/segment-export#pass-segment-anonymous-id The code I added was the following: ``` [[RNBranch getInstance] setRequestMetadataKey:@"$segment_anonymous_id" value:[[SEGAnalytics...