xamarin-branch-deep-linking-attribution
xamarin-branch-deep-linking-attribution copied to clipboard
InitSessionComplete method gets called multiple times
trafficstars
Hello,
The InitSessionComplete method gets called multiple times.
Repro: Branch_Testbed_Android project with SDK upgraded to 7.0.2 (lib 4.3.2)
- Add
Finish()to the end ofInitSessionComplete - Run app
InitSessionCompletegets called- App navigates to new BranchActivity
- Rotate phone OR turn screen off/on OR press HOME/open app via recent apps
InitSessionCompletegets called again each time
This issue has been fixed in the native lib with version 4.2.0 and I can't repoduce it with the native example Branchster-Android.
It maybe related to the other issue I just submitted #120
Logged a ticket for the two issues you reported. I'm hoping to devote the next sprint to working on through github issues.
@echo-branch Ok, thanks for lookin into these issues.