Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mikezang

macrumors 6502a
Original poster
May 22, 2010
939
41
Tokyo, Japan
I can get how many downloading counts by iTunes Connect, but there is info about which iOS version to download, how can know that information in simple way?
 
You mean which iOS version the people who bought your app have? No, you need to use some sort of analytics in your app to know who uses what.
 
I can't really answer the exact question you posted, but this may tell you what you want to know:

http://insights.chitika.com/2012/ios-6-adoption-one-month/

Further, I think people who go through the effort to find your app on the App Store also go through the effort to keep their iOS device up to date, so I think you'll find higher than 60% of your users use iOS 6.
 
Google Analytics, not that hard.
You sign up for free, download their files, put them in your project, and each step you want to track, you can send to GA with some really easy code.
[GATracker trackPage:mad:"iphone/page1"]; something like that, i don't have any projects open, but it's to give an example. On each VC you want to trigger these tracks, you can do that, you can check how many active users etc.
Also, you can trigger things like you want in the appdelegate for example, when you start tracking, is to send the info to GA, not sure if this is build in, or you need to use some DeviceHW identifier component to check & send it to GA yourself.
 
Google Analytics, not that hard.
You sign up for free, download their files, put them in your project, and each step you want to track, you can send to GA with some really easy code.
[GATracker trackPage:mad:"iphone/page1"]; something like that, i don't have any projects open, but it's to give an example. On each VC you want to trigger these tracks, you can do that, you can check how many active users etc.
Also, you can trigger things like you want in the appdelegate for example, when you start tracking, is to send the info to GA, not sure if this is build in, or you need to use some DeviceHW identifier component to check & send it to GA yourself.
Thanks for your info, I will try it.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.