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 of InitSessionComplete
- Run app
InitSessionComplete gets called
- App navigates to new BranchActivity
- Rotate phone OR turn screen off/on OR press HOME/open app via recent apps
InitSessionComplete gets 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