2

I'm aware that on Android you have the ability to add the parameter referrer to a Play Store URL the parameter will be passed to the app on app launch...

e.g.

http://market.android.com/details?id=your.application.package.name&referrer=my_referrer_finally_works_fine

Is there a similar parameter on iOS? I'm looking to link my users to the app store and launch them into a specific screen once they launch.

Links for InstallReferrerReceiver

https://developers.google.com/android/reference/com/google/android/gms/tagmanager/InstallReferrerReceiver

Get referrer after installing app from Android Market

Magoo
  • 2,312
  • 1
  • 19
  • 38

1 Answers1

0

I went with a mixture of Firebase and universal links in the end

https://firebase.google.com/

https://developer.apple.com/library/content/documentation/General/Conceptual/AppSearch/UniversalLinks.html

Magoo
  • 2,312
  • 1
  • 19
  • 38