How do i get deep link after user install the app through firebase dynamic link and opens the app on app drawer?

最后都变了- 提交于 2019-12-10 13:55:22

问题


i'm using firebase dynamic links to invite friends to my app. Everything works great. Clicking the invitation link leads me to the playstore. When i install the app and wait until its done the playstore shows me the button "Continue". When i click this button, the app opens and i receive the deeplink to track the invitation.

But when i install the app, close the playstore and open the app through the app drawer i'm NOT receiving the deeplink.

Is this an expected behavior?

My problem is, that i'm looking for the invitation link only on first app start. so when the user installs my app through an invitation link but don't open it with the playstore continue button, the invitation never gets tracked.

Thank you for your help.

来源:https://stackoverflow.com/questions/49008815/how-do-i-get-deep-link-after-user-install-the-app-through-firebase-dynamic-link

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!