How to implement referral program in mobile Apps for both Android and iPhone

前端 未结 7 2263
无人共我
无人共我 2020-12-22 17:29

We have a mobile app that\'s available in both Google Play Store and Apple AppStore, we want to implement a referral program to get more users to install and use our App.

相关标签:
7条回答
  • 2020-12-22 18:06

    If anyone is still looking for solution to this question. I read a lot of blogs and documents for the same problem, and arrived at following conclusion:-

    IP Address + User Agent + Device Model is not enough to identify a device uniquely. So, I think it will be better to use dynamic links. You can create dynamic links containing a unique id. And that data will survive url redirection to app store and even after installation your app can get the unique id from dynamic link.Google's firebase can be used for creating dynamic links :-

    https://firebase.google.com/docs/dynamic-links/

    Or if you want to use a ready to use solution then you can refer branch.io

    0 讨论(0)
提交回复
热议问题