Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iTunes Connect - total installs vs current devices that have the app installed

How can I know or calculate an iOS app's total installs vs current devices that have the app installed?

I have the totals units and as I understand that is the total install count and not how many devices have my app right now.

like image 944
Shvilam Avatar asked Jan 08 '14 12:01

Shvilam


1 Answers

You can get more details about app statistics by using 3rd party frameworks such as Flurry. You won't be able to detect if a user uninstalls the app, but you can see how many unique users are using the app in a specific interval. You can also see which OS version your users have installed.

like image 164
thorb65 Avatar answered Oct 20 '22 19:10

thorb65