The new Branch.io Cordova SDK the documentation makes it clear that the SDK automatically closes the current branch session when the app is paused or backgrounded, but it does not seem to automatically init a new session when the app is resumed from memory.
If the app is resumed after it's been killed from memory, the branch.init
method in my app's onReady
code does execute - this is only an issue when resuming a paused app.
Do I need to trigger another init manually? Any insight would be great!