Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Number of times a iphone app installed

I am new to iphone stuff. After deploying an application in iTunes is there a way to find out the number of iphone/ipod touch which has installed / uninstalled this application ?

During uninstall the user is asked to rate the application, how to get that information with a developer license credentials ?

like image 803
thndrkiss Avatar asked Jun 09 '10 06:06

thndrkiss


4 Answers

Apple tells you the number of sales (and the number of upgrades) in iTunes Connect. What they don't tell you is how many people have uninstalled your application or, more importantly, how many people are still using it n days after installing it.

You may be able to get this information (and more) using one of the third party analytic tools such as Flurry, although Apple has recently started to object to service like them. Another option would be to gather the same kind of information on your own server.

It would be really nice if Apple provided better information but, unfortunately, they don't at the moment.

like image 55
Stephen Darlington Avatar answered Nov 15 '22 13:11

Stephen Darlington


All this data is provided through Apples iTunes connect site

https://itunesconnect.apple.com

Additionally you could subscribe to one of the support sites like

http://www.appfigures.com

which will give you nice graphs on sales etc

like image 45
Liam Avatar answered Nov 15 '22 12:11

Liam


You should also take a look at Flurry Analytic's. Not only will it tell you how many unique devices it has been installed on, but you can add events as well. So lets say your app has a "Featured Listings" area or something like that. Flurry will log how many times people enter into the "Featured" area. It will help track conversion rates...

Also shows you the navigation path the user took. So they click on , "search", then they click on "homes", then they clicked on "featured"... yada yada yada... it provides excellent information.

If your app uses Core Location you can even see a dot on a map as to where the user was when they did all of this.

http://www.flurry.com/

-LT

like image 21
Louie Avatar answered Nov 15 '22 12:11

Louie


The information provided by iTunes Connect is the number of downloads of your app. The ratings and reviews are actually not provided via iTunes Connect, but you can find it indirectly on the app store.

There are some services that aggregate all this information for you. A new one is www.appannie.com which shows you both downloads and ratings.

like image 44
Pin Avatar answered Nov 15 '22 12:11

Pin