android-branch-deep-linking-attribution icon indicating copy to clipboard operation
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...

Results 108 android-branch-deep-linking-attribution issues
Sort by recently updated
recently updated
newest added

I have AdobeBranch 1.3.2 integrated into my project and on Android 11(sdk 30) everything works fine. Working to update my project to Android 12(sdk 31) I am no longer able...

I am using the following repository versions ``` implementation 'io.branch.sdk.android:library:5.0.15' implementation 'com.google.firebase:firebase-appindexing:20.0.0' ``` When I install a fresh application on the device, on opening for the first time and calling...

We are getting following error : **io.branch.sdk.android:library: 4.3.2** **Warning. Session initialization already happened. To force a new session, set intent extra, "branch_force_new_session", to true.** We are using Firebase default Notification...

As per the doc in **BranchUtil.java**, it says that `// setting isTestModeEnabled_ programmatically overrides both manifest and branch.json configurations.` But during the branch initialization while reading the branch key ```...

Steps to reproduce the issue: 1. Make sure the app is installed on the device from the play store. 2. App should be closed 3. Click on the deeplink and...

Hi, Our Branch implementation has stopped working once updating from 4.0.0 to 4.3.2. We had a splash activity that launched a Main activity and the app was then a single...

I have integrated BranchIO in splash activity(i.e. The Launcher Activity). case 1: When the app is not in the background and I click on the deep link, SplashActivity is opened....

We've been experiencing a weird behavior when testing deeplink attribution using push notifications. When opening a few push notifications with app in background (closed or running), **sometimes the received attribution...

I'm working on a project and trying to debug issues with Android deep links not working. The URI scheme that's set is something like `fbXXXXXXXXXX://` where the Xs are numbers...

Hello! We have crash on Android 12 (Samsung) on old Branch version 4.3.1: ``` Fatal Exception: android.content.res.Resources$NotFoundException Resource ID #0x20c0025 android.content.res.ResourcesImpl.getValue (ResourcesImpl.java:240) android.content.res.Resources.getInteger (Resources.java:1275) org.chromium.ui.base.DeviceFormFactor.isTablet (DeviceFormFactor.java:8) cs.a (cs.java:4) org.chromium.content.browser.BrowserStartupControllerImpl.e (BrowserStartupControllerImpl.java:25)...