Dynamic link does not survive the installation from the Android Play Store. #4617
Unanswered
vikjovanov
asked this question in
Q&A
Replies: 1 comment
-
With apologies - all the behavior here will be coming from the upstream SDK (https://github.com/firebase/firebase-android-sdk/) so I encourage you to check their issues list, and maybe try a quickstart from them directly to see if your behavior is the same - https://github.com/firebase/quickstart-android/tree/master/dynamiclinks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
when I do my tests to see if the dynamic links work well in my application, I notice that if the application is installed and in background/killed, I receive the links with the getInitialLink or the onLink. Which is great !
But when I put my application in internal test, I uninstall my application and click on a dynamic link that redirects to my application, I am correctly redirected to the store. Then, when the application is installed, the "Open" button says "Continue", but when I get to the application, I don't get the link back.
When I add '?d=1' at the end of my link and check the links that redirect to the playstore, it looks like this:
https://play.google.com/store/apps/details?id=appid&pcampaignid=fdl_long&url=https://mydeeplink&min_version=xx
Here is my intent-filter for the dynamic link:
I read on different forums that there was no management of the REFERRER if we were not in production.
Is it a serious information ? (knowing that these are posts from quite a long time ago).
Hoping that you will be able to help me,
thank you in advance,
vikjovanov
Beta Was this translation helpful? Give feedback.
All reactions