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
trafficstars

> "main" prio=5 tid=1 Blocked | group="main" sCount=1 dsCount=0 flags=1 obj=0x71f4d2d0 self=0x7b4e723c00 | sysTid=23843 nice=0 cgrp=default sched=0/0 handle=0x7b4fc98ed8 | state=S schedstat=( 770981615 190886951 1832 ) utm=22 stm=54 core=0 HZ=100 |...

Related to this changes: https://github.com/BranchMetrics/android-branch-deep-linking-attribution/pull/855/files Q: Can we put a null check before calling isTrackingDisabled()? Because Branch.getInstance() can return a nullable instance. We're seeing this crashes in some edge cases.

`Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null object reference at android.os.Parcel.createException(Parcel.java:2094) at android.os.Parcel.readException(Parcel.java:2056) at android.os.Parcel.readException(Parcel.java:2004) at com.google.android.finsky.externalreferrer.IGetInstallReferrerService$Stub$Proxy.getInstallReferrer(IGetInstallReferrerService.java:118) at com.android.installreferrer.api.InstallReferrerClientImpl.getInstallReferrer(InstallReferrerClientImpl.java:187) at io.branch.referral.GooglePlayStoreAttribution$1.onInstallReferrerSetupFinished(GooglePlayStoreAttribution.java:45) at com.android.installreferrer.api.InstallReferrerClientImpl$InstallReferrerServiceConnection.onServiceConnected(InstallReferrerClientImpl.java:222) at...

If the app is in the background and I type the deep link address into Google Chrome, `branch.initSession` receives parameters with `"+non_branch_deeplink":"http:\/\/mycompany.com:\/\/destination\/?link_click_id=9239024882340"` However, if the app isn't launched in the...

Hi, I'm having an issue with version 4.2.0 and initSession. The same code is working with 4.1.2. I'm calling `initSession `with a `BranchReferralInitListener `callback, and I wait for the result...

I want to configure different messages for different share options. e.g for Gmail I want a different message and for Facebook, I need a different message. Currently Stylesheet class is...

Would it be safe to suggest `com.google.android.gms:play-services-ads-identifier` instead of `play-services-ads` ? I was browsing the file `Branch-SDK/src/io/branch/referral/SystemObserver.java` and seems to be a safe suggestion. It's a much smaller library :)

In reference to #764 I have a quick question: Why do you need to call initSession() in every Activity's onResume (BranchActivityLifecycleObserver)? I can understand for the launcher activities it is...

## WORK IN PROGRESS This is currently Work In Progress ## Reference INFRA-3814 -- Enable multiple android version builds during CI/CD ## Description Currently Android CI/CD builds run only against...

Documentation says to include `implementation 'com.google.android.gms:play-services-ads:9+' ` This is now deprecated. See the updated libraries here: https://firebase.google.com/docs/android/setup#available_libraries