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...
## Reference SDK-5.0.0 ## Description Fixed the issue wherein branch session reinitialization warning is being sent to onInitFinished() method all the time. Clearly segregated error, warning and success case for...
Dependecy Used: ``` api('io.branch.sdk.android:library:4.3.2') { exclude module: 'answers-shim' } ``` Stack Trace: ``` at android.telephony.TelephonyManager.getNetworkOperatorName (TelephonyManager.java:1537) at io.branch.referral.SystemObserver.getCarrier (SystemObserver.java:321) at io.branch.referral.DeviceInfo.maybeAddTuneFields (DeviceInfo.java:240) at io.branch.referral.DeviceInfo.updateRequestWithV1Params (DeviceInfo.java:98) at io.branch.referral.ServerRequest.setPost (ServerRequest.java:187) at io.branch.referral.ServerRequestInitSession.setPost...
In the second click on the link on the Android 9.0 mobile phone Facebook, I can't jump to get the data
Hi, We're encountering some issue with the deep linking. We have two deep linking providers. Firebase and Branch. We have our users experiencing issue where they click Firebase link, lets...
I have created a React Native app using third party which creates News posts.I have the entire code for this. How to get the full path (Mobile app URI) of...
We are experiencing NullPointerException and we are unable to reproduce on our end. **Crash report** ```kotlin Caused by java.lang.NullPointerException: Attempt to invoke interface method 'void io.branch.referral.Branch$BranchReferralInitListener.a(org.json.JSONObject, io.branch.referral.BranchError)' on a null...
I/BranchSDK: posting to https://api2.branch.io/v1/install I/BranchSDK: Post value = {"hardware_id":"bf63e4d7a06f52c2", "is_hardware_id_real":true,"brand":"OnePlus","model":"HD1901", "screen_dpi":420,"screen_height":2290,"screen_width":1080, "wifi":true,"ui_mode":"UI_MODE_TYPE_NORMAL","os":"Android", "os_version":29,"cpu_type":"aarch64","build":"HD1901_14_27", "locale":"en_IN","connection_type":"wifi","device_carrier":"airtel", "os_version_android":"10","country":"IN","language":"en", "local_ip":"10.1.45.26","app_version":"1.3.0", "facebook_app_link_checked":false,"is_referrable":0, "debug":false,"update":0,"latest_install_time":1589525769409, "latest_update_time":1589527302260,"first_install_time":1589525769409, "previous_update_time":0,"environment":"FULL_APP","cd":{"mv":"-1","pn":"in.app.debug"}, "metadata":{},"advertising_ids":{"aaid":"130ac551-83ef-4374-a80b-"},"lat_val":0, "google_advertising_id":"130ac551-83ef-4374-a80b","instrumentation":{"v1\/install-qwt":"0","v1\/install-brtt":"104"}, "sdk":"android5.0.1","branch_key":"key_test"} I/BranchSDK: Http connect exception: Failed to connect...
If there is a bug or error in this repo, please file the issue here. If you need assistance integrating a Branch SDK, please email [email protected]. Thank you.
I was trying to open branch share link every time it is navigating browser and then the actual application, but in IOS it opens the app directly. Because of this,...
Hello Everyone Receiving this crash in release build at Branch.enableLogging ( Application class) , Seems like a proguard issue . Is there any proguard rule that needs to be added...