android-branch-deep-linking-attribution
android-branch-deep-linking-attribution copied to clipboard
BranchReferralInitListener#onInitFinished never called when a Network issue occurs
trafficstars
Preconditions
- Version: 5.1.4
- Network: WiFi connected but without internet
- Android version: API 29
- Brand / Model: Emulator (Pixel 4)
- Use the bug sample app: BranchBugTest.zip
Steps to reproduce
- Start the sample application without internet (WiFi connected without internet)
Actual behavior
The callback io.branch.referral.Branch.BranchReferralInitListener#onInitFinished is not called.
This is due to a wrong instance used when calling the callback. See the following screenshots


Expected behavior
- I should see in logcat: Branch - Init finished. LinkProperties: XXX, error: XXX
- I should see in place of Hello World: "Init finished"
Reproduction
3/3
Hi team! Any update on this issue? Thanks.