You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im facing an issue while installing the app from the downloadable apk link which I have mentioned in-branch configuration. I'm unable to get the link properties after installation.
Hi Team,
Im facing an issue while installing the app from the downloadable apk link which I have mentioned in-branch configuration. I'm unable to get the link properties after installation.
I have added the following code in my splash
@OverRide
protected void onStart() {
super.onStart();
Branch.sessionBuilder(this).withCallback(branchReferralInitListener).withData(getIntent() != null ? getIntent().getData() : null).init();
public Branch.BranchUniversalReferralInitListener branchReferralInitListener = new Branch.BranchUniversalReferralInitListener() {
@OverRide public void onInitFinished(BranchUniversalObject branchUniversalObject,
LinkProperties linkProperties, BranchError branchError) {
sessionParams = Branch.getInstance().getLatestReferringParams();
Log.d(TAG, "onInitFinished:last "+sessionParams);
The text was updated successfully, but these errors were encountered: