Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to track iPhone App installs and referrer

Tags:

ios

iphone

Is there any way to track the iPhone App installs and referrer whithout using any third party like appflyer etc..

I would like to track if any user installs the app by clicking on appstore url.

Appreciate your help.

like image 299
Appbrain Avatar asked Nov 23 '25 02:11

Appbrain


1 Answers

You could call your own web-service when the user first launches your application and pass along the identifierForVendor. You could then store the date and that id to track how many installs you have and when the install took place. Use NSUserDefaults to store a BOOL (NSNumber) indicating the web-service has been called.

like image 113
LJ Wilson Avatar answered Nov 24 '25 18:11

LJ Wilson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!