I understand that download figures can be retrieved from iTunes Connect
in daily, weekly monthly or yearly basis.
If I have three app versions, say 1.0
, 1.1
and 1.2
. Can I get the number of users currently using different versions respectively?
Say,
version 1.0: 100
version 1.1: 200
version 1.2: 800
Unfortunately, iTunes Connect
does not provide this information. Right now, you can only filter by territory, platform, App Store category, content type and transaction type. There is no way of getting the information how many users are using a particular version of the app since iTunes Connect
is not a tracking tool.
If you want to collect more information about your app, how, when, where and by what kind of audience your app is used you should integrate one of the Analytics SDK
.
Examples: Google Analytics, Flurry Analytics, Mixpanel, and many more.