Search code examples
google-playapp-storedeep-linkingios-universal-links

Url format for App Store and Google Play to install app with deep link


Prerequesits:

I've already implemented deep linking and universal linking, everything works great.

Here is what I need:

I'm sharing with you a url that looks like that:

https://play.google.com/store/apps/details?id=com.foo.bar&invite=asdf

You open this link on your Android device, navigate to the Google Play listing. Tapping "Install".

Now, I want the app to do the same thing, like if i would open installed app with this link

myfoobar://?invite=asdf

I also need the same for App Store.

Could you show me how do I format App Store/ Google Play url to achieve this?


Solution

  • I think this should fulfill your needs: https://firebase.google.com/docs/dynamic-links. It also goes further and honors the initial deep link after the app is installed.