Hi @Aditya, I have simular issue in reactive web apps where my email links never open the right screen. So, I discover an interesting thing. In the Splash screen for Mobile and Reactive apps the OnComplete event calls the action Navigate and this action redirects to window.location.pathname.
The issue here is the pathname don't returns the parameters. In my case I replace the GetURL in the Navigate action to window.location.href . So , now my links are working when my app was closed before.
Check your splash to do the same and let me know if this could be the reason.
Regards
Fabio