Search code examples
iosapp-store-connect

iTunes Connect - Get active user installs by app version


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

Solution

  • 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.

    enter image description here

    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.