I would like to use Google's app-invites engine with deep links.
I can attach a deep link to the invitation but does that work in case where user installed the app from the link? Do they still get the intent with the deep link parameters?
Asked
Active
Viewed 109 times
0

Levon
- 1,681
- 2
- 18
- 40

user3734429
- 322
- 1
- 10
-
1Usually, those links go to your own website, it then stores the IP address,params, etc.. and redirect to the apk download, when the apk is installed, it will go again to the website and there you have the link and the apk relationed. – Nanoc Apr 18 '16 at 11:25
-
In what phase does it go to the link? – user3734429 Apr 18 '16 at 13:41
-
1The first one, those links go to your own website, they store data and redirect you to the playstore. – Nanoc Apr 18 '16 at 13:47