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

### Describe the bug When the app is closed, the links open it but the Referral Parameters returned by `public InitSessionBuilder withCallback(BranchReferralInitListener callback)` are set to: `{"+clicked_branch_link":false,"+is_first_session":false}`. When the app...

bug
needs-triage

### Describe the bug I opened the app from the branch link and as per the documentation, initialised the Branch session in the onStart of the launcher activity, and before...

bug
needs-triage

### Describe the bug Hello, I'm seeing OOM's from Branch sdk ``` Fatal Exception: java.lang.OutOfMemoryError: Failed to allocate a 32 byte allocation with 3079136 free bytes and 3006KB until OOM,...

bug
needs-triage

### Describe the bug Getting ANR in Branch SDK initialisation.ANR Traces below: ` at java.lang.Object.wait (Object.java) at android.app.SharedPreferencesImpl.awaitLoadedLocked (SharedPreferencesImpl.java:260) at android.app.SharedPreferencesImpl.edit (SharedPreferencesImpl.java:349) at io.branch.referral.ServerRequestQueue. (ServerRequestQueue.java:69) at io.branch.referral.ServerRequestQueue.getInstance (ServerRequestQueue.java:46) at io.branch.referral.Branch....

bug
needs-triage

### Describe the bug package com.eneff.branch.example.android import io.branch.indexing.BranchUniversalObject import io.branch.referral.Branch import io.branch.referral.BranchError import io.branch.referral.util.LinkProperties import android.util.Log; import org.json.JSONObject; override fun onStart() { super.onStart() Branch.sessionBuilder(this).withCallback { branchUniversalObject, linkProperties, error -> if...

bug
needs-triage

### Describe the bug W/System.err: java.lang.InterruptedException W/System.err: at java.lang.Thread.sleep(Native Method) W/System.err: at java.lang.Thread.sleep(Thread.java:451) W/System.err: at java.lang.Thread.sleep(Thread.java:356) W/System.err: at io.branch.referral.network.BranchRemoteInterfaceUrlConnection.doRestfulPost(BranchRemoteInterfaceUrlConnection.java:254) W/System.err: at io.branch.referral.network.BranchRemoteInterfaceUrlConnection.doRestfulPost(BranchRemoteInterfaceUrlConnection.java:54) W/System.err: at io.branch.referral.network.BranchRemoteInterface.make_restful_post(BranchRemoteInterface.java:139) W/System.err: at io.branch.referral.Branch$BranchPostTask.doInBackground(Branch.java:2340) W/System.err: at...

bug
needs-triage

### Describe the bug We are seeing ~100 crashes per day with the following stack trace. ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'void io.branch.referral.Branch$BranchReferralInitListener.onInitFinished(org.json.JSONObject, io.branch.referral.BranchError)' on a...

bug
needs-triage

## Reference SDK-2323 -- SDK support for Attribution Reporting API ## Description Added a new class to support the Android Attribution Reporting API. The file has two methods, one for...

## Reference SDK-XXX -- . ## Description ## Testing Instructions ## Risk Assessment [`LOW`] - [ ] I, the PR creator, have tested — integration, unit, or otherwise — this...

## Reference SDK-2355 -- Remove Extra Screens from Automation Testbed Apps. https://branch.atlassian.net/browse/SDK-2355 ## Description -> Removed extra Screens from Automation Testbed App which were earlier used for getting params values...