Similar to Android INSTALL_REFERRER in Iphone

I am looking for one that is similar to INSTALL_REFERRER in android for Iphone, but did not find anything. My requirement is that when any user shares a link to an application from my application on social networks, I will add some parameters with a link to the application. And if someone else downloads and installs this application, then the user who was provided with a link to the application will receive a reward, i.e.: virtual currency, etc.

The problem is how I get my added parameters in the Iphone client, I implement the logic. Is there something like INSTALL_REFERRER on iphone.

Thanks in advance

+5
source share

Source: https://habr.com/ru/post/1201229/


All Articles