I have an app in which a user has to sign up/ sign in to view content (the destination link).
Currently, when I create a dynamic link in the firebase console, and I open the link on the android device, the link directs to the playstore as expected. After installing the app, the playstore says continue, after which the content view is directly opened, instead of waiting for my call of AppInvite.AppInviteApi.getInvitation() in another activity, post sign in / sign up.
I do have autoLinkOpen set to true, but I suppose the link should be auto launched after my call to AppInvite.AppInviteApi.getInvitation()
Edit: I'm observing that this happens only after tapping on 'Continue' in playstore, post installing the app. If, the playstore is closed after installing the app, and the app is launched from the home screen launcher, the process works perfectly fine.
Any ideas on how to fix this situation ?