Statistics for IOS app

235 Views Asked by At

I have an app uploaded on apple store, I need to check how many % of users using my app have ios5/6/6.1/7 installed. One can check the statistics for Android on Google store, how do we do it for Apple !

2

There are 2 best solutions below

6
On BEST ANSWER

You would need to POST [UIDevice currentDevice].systemVersion to a REST api of some sort as Apple doesn't supply those statistics

0
On

Though there are tons of analytics libs like Flurry out there it sounds like you're looking for something that might help out with what you have live on the store. If your app has any web page viewing, like a "products" page. You can see the browser/os/device stats by instrumenting the site with google analytics.