android-branch-deep-linking-attribution
android-branch-deep-linking-attribution copied to clipboard
The Branch Android 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 s...
After the Branch.reInitSession(), I get this error in the logcat and then Callback object is not called. I think you just forgot to limit the size of a parameter you...
I'm using branch.io SDK for deep linking purpose. The deep link data is coming accurately when app is opened normally. But when the app is opened in split-screen mode, data...
This greatly affects build times. Please expose your most up-to-date version number at the top of this repository.
Calling `Branch.getAutoInstance(context)` during app start causes multiple StrictMode violations (all DiskReadViolations). Here's the logs: `2018-05-18 09:53:44.589 6898-6898/com.glassdoor.app D/StrictMode: StrictMode policy violation; ~duration=164 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=1114175 violation=2 at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1440) at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251)...
I have a production iOS app with branch SKD which has this data format: ``` "user": { "name": "Alice", "id": "386d129e-1c7f-4f81-abf0-78da2e6963cb", "gender": "FEMALE" } ``` Builder looks like: ``` let...
The share bottom sheet is displayed properly uptill now. However when selecting particular app to share throws the error. We have cross checked all the required parameters and can confirm...
Hello there, It would be of great help if branch io could have a method to just handle deeplinks that are not related with the session. My use case is...
## Reference SDK-1534 -- Move 'source' to top level for v1/url ## Description Originally, v1/url requests had `source: android` nested inside the `data` object. However, iOS has always sent `source`...
### Describe the bug Our customer complained that the app keeps loading forever when generating a deep link when the device has no network connection. We use the `generateShortUrl()` method...
## Reference SDK-2329 -- Support setting Branch API URL in Branch.json ## Description Added a new field to branch.json for setting the Branch API URL. The config check and setAPIUrl...