Statistics of application updates Itunes - ios

Where can I find how many percents uses the latest update of my application? I found only updates by days but not in general. I use iTunes Connect.

You can use iTunesConnect -> App Analytics -> Your App -> Metrics -> Active Devices
Then click Add Filter button and select App Version - select version you need
You'll see metrics for selected app version only. Not percentage though, but anyway you can compare adoption for different versions.
If you want percentages - you could try fabric.io analytics.

Related

Distribute iOS app for specific region/territory

I am about to release my App, just waiting for my Apple Developer to come in.
Can I decide the countries where my app will be available to download from? Or will I only be able to choose one single country/whole Europe/World?
Say I wanted to make my app available in Europe but not in Portugal - Is that possible?.......
Follow my steps in iTunes store to update territory:
1) Open Pricing and Availability
2) Click on Edit on Availability
You can tick mark only those territories in which you want your application.
Yes, of course you can enable/disable (make your app available for) specific regions (countries).
As you want to disable you app for Portugal...
Portugal is listed in territory list in iTune account for app. Just uncheck (remove tickmark) for that country.
Look at this snapshot:
Here is more detailed answer (how you can see territories/list) -
Application approved - pending developer release - Currently unavailable in your Country

Can we release an update of an iOS app only to some users?

We have an iOS app available on the App Store.
We want to release an update of the app but we want the release to happen in a phase wise manner i.e. the updated app should be available to only 10% of the users initially. After some time, say 1 week, it should get available to 20% more users and so on.
I was told this is possible on Android.
Can it be done for iOS apps as well? I tried to search (including this link as well) but could not get concrete answers.
Thanks in advance!
Unfortunately, we cannot do this in AppStore. If you want to do A/B testing(https://en.wikipedia.org/wiki/A/B_testing), then there are several tools in market to assist you with that. If you want to do beta testing, then TestFlight is the one to go for.
https://itunespartner.apple.com/en/apps/videos#testflight-beta-testing
You can use TestFlight where you send you test subjects the app to their email, and then they open your app with the apple TestFlight app. The limit is 2,000 people I think.
Currently this is possible for both iOS and Android
Apple phased release
If you choose this option, your version update will be released over a 7-day period to a percentage of your users (selected at random by their Apple ID) on iOS with automatic updates turned on. Users are not notified that that they are in a phased release of your app.
Android staged rollouts
You can release an app update to production using a staged rollout. With a staged rollout, your update reaches only a percentage of your users, which you can increase over time.
For (beta) testing there are different options. You could create specific groups within TestFlight and rollout to them or share your app over DIAWI with the people you want to reach. For production - let's say AppStore - it's not possible to do a partial rollout or update cycle.

Statistics of iOS versions that the users are running the app on

I have an app on Apple Store and I would want to know the breakdown of devices running iOS 7, iOS 7.1, iOS 8, etc. However, this information doesn't seem to exist on iTunes Connect which is just showing breakdown of devices like iPhone, iPad.
My question is can we find the breakdown of the devices based on iOS version for an app on Apple Store? This will help me decide which iOS versions the new release should be targeted.
Thanks.
Now you can check application usage by iOS version at
https://analytics.itunes.apple.com.
The URL is memorizable enough. Mnemonics!
Let me attach a screenshot from a different post as an example:
iTunesConnect - Download automatically app's usage analytics
For more screenshots, please check this post:
Missing iOS 7 App Usage data in iTunes App Analytics?
The answer by computingfreak is a little outdated now as iTunes Connect was changed to AppStore Connect in the past couple of years. As of January 2021, one can open AppStoreConnect, go to the Analytics section, choose your app, change the measurement drop down Platform Version and view a breakup in different iOS versions, like illustrated in the following screenshot:
You can go to Appstore connect-> Analytics-> Metrics, Here you can select Usage -> Active devices and filter by IOS version to see how many users are using which version.
If app is already on the store then i doubt tracking this would not be possible.
what you are looking for is the analytics so try using open source tool named flurry OR google analytics to track this.
But you may integrate this in the new version of your mobile app
Hope it helps
You would need to install something like Flurry Analytics to get that. iTunes Connect does not provide that level of detail.
You can create a very simple web service for getting the Statistics of iOS versions
You will get the current version from the below Objective C code
UIDevice *dev = [UIDevice currentDevice];
NSString *deviceSystemVersion = dev.systemVersion;

How to know number of user installed my ios application

Can any one suggest,how to know number of users downloaded my iOS app,number of user installed my iOS app,number of users uninstalled my iOS app?
You can see how many different Apple IDs were used to download your app(s) through iTunes Connect's Sales and Trends page. Unfortunately, there isn't really a way to see how many users have uninstalled your app. The reasons for this are:
Apple doesn't report it to you
Apple doesn't warn the app that it's being deleted before deleting
it (on the device), therefore the app won't have a chance to send
some sort of value to your server indicating that the user has
deleted it
What you can do, however, is see if the user has opened your app and logged in to your server in the last 3 months (for example). If not, you can pretty much assume they've deleted the app.
Third party libraries like Crashlytics can also be used to track various things in your app.
You can check the number of downloads at sales and trends in the iTunesConnect .
you cannot track the uninstalls but, you can use some third party libraries for Analytics (ex- Flurry, etc) .
App Analytics in the iTunes Connect website lets you track 'App Units'.
Click the date filter dropdown at the top right and choose a custom range to cover (if possible) your apps' entire history. It only lets you go back to April 2015 (as of Jan 2017) but this was enough for my needs.

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
The new version of iTunes Connect includes App Analytics section, which can—among other tricks—show you how many active devices* you've had within a time range. It's also possible to get statistics on how many sessions* (= app active for at least 2 seconds) you've had within a time range. Both parameters are groupable by app version.
App Analytics has its own section on iTunes Connect, next to Sales and Trends.
What App Analytics doesn't show is how many installations are idly sitting in user's springboard, like Play Dashboard does.
*) User must had opted-in to share data with developers. This is usually done on device activation, after major upgrades and at any time via settings.
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.
To get statistics about the installation of your app versions by following the steps:
Open appstoreconnect panel
Select App Analytics
Select your app
Select Metrics and under Usage select Installations
5. From the filter select App Version
6. Enjoy statistics
Goto Appstore Connect --> App Analytics --> Installations (Under Usage) --> View BY (Apply Filter [App version : X.Y])
The result can differ on App user preferences

Resources