First - I don’t think backtracking setting does anything. I’ll file a bug with the SDK but I only see docs for it and no code related to the flag doing anything.
If you deep linked into the app, you may want to first go to the homepage and then ‘navigate’ from home page to the deep linked page so history is added to the router.
You can debug _handleAppClose function is probably getting called:
You could change the logic to just navigate to Home instead, but you’ll need some way to exit your app.
Thank you for the quick response. In our case, we ended up falling into the scenario mentioned by Ricardo Alves where we have to place the logic for this in _handleAppClose