I have an application in which the user must register / log in to view the content (target link).
Currently, when I create a dynamic link in the firebase console, and I open the link on the Android device, the link goes to the game store as expected. After installing the application on the PlayStore, it says that the continuation continues, after which the content opens directly, instead of waiting for my call to AppInvite.AppInviteApi.getInvitation () in another action, log in / register.
I have autoLinkOpen set to true, but I assume that the link should be launched automatically after my call to AppInvite.AppInviteApi.getInvitation ()
Edit: I observe that this only happens after clicking Continue in the playstore, after installing the application. If after installing the application the game store is closed and the application is launched from the launch pad, the process works fine.
Any ideas on how to fix this?
source
share