Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Problem:
I'm an app developer and my boss asked me how many times one of our iPhone apps was downloaded

What I tried so far:
Apple statistics:
There seem to be only daily or weekly data. Furthermore, there seem to be no way to access download statistics from previous years.

Services like www.appannie.com:
This might work, but I don't really want to give them the email and password of our developer account.

Scraping the data automatically (See: automatically-download-sales-reports-from-itunes-connect):
I don't really want to spend time to set up and maintain such a system unless there is really no other solution.

My Question:
Is there a better way? How do other developer find out how many times their app was downloaded?

share|improve this question

5 Answers

up vote 6 down vote accepted

Services like www.appannie.com: This might work, but I don't really want to give them the email and password of our developer account.

i use appAnnie, but i didn't gave them my "email and password of my developer account".

in ItunnesConnect apple site you can create a new account with JUST the privilege to see the reports of a single app, and nothing more

P.S. This may be very useful in case you want to give access to a client or a developer partner to a single app statistics, as you can create a new appAnnie user with access to just an app.

share|improve this answer
I didn't know this. Thanks very much for this tip. I will try it and if it works, you get the green tick. – user288744 Jun 5 '12 at 8:48
you're welcome. I found that a new ItunnesConnect account with limited privileges may be useful also in case i want to share financial reports with customers or other external partners... – meronix Jun 5 '12 at 10:18
Can you give more details on how to limit privileges to a single app? I tried all iTunesconnect options but could not find it. – Muhammad Hassan Jan 15 at 14:17
in itunesconnect.apple.com logIn-> then in homePage find link "Manage Users" -> you get a page where you can add a new user: give the new user just the privilege to read sales-app – meronix Jan 15 at 16:19

Well I use Flurry to track installs and session. But you will have to add the flurry to your project.

And We als use AppFigures to track real downloads, but as you stated you can only retrieve so far back as Apple allows it. AppFigures will also require you to give them your ItunnesConnect account details.

share|improve this answer
Thank you for pointing out Flurry. Although it doesn't directly solve the problem at hand, it seems like the best general solution to solve this problem. – user288744 Jun 5 '12 at 8:41

Services like www.appannie.com: This might work, but I don't really want to give them the email and password of our developer account.

That, seems like a very good idea!

Why not hire a sales guy to count the numbers for you? But in all seriousness, I'd go with the scraping option. I believe that's the only viable solution for your problem until Apple comes up with an API.

share|improve this answer
2  
We already have people to do mundane jobs. But we call them "Intern", not "Sales guy" ;) However, the problem is the lack of past data. – user288744 Jun 5 '12 at 8:45

I use AppFigures.com, As @meronix suggested create a new user with privileges you specify. AppFigures gives you daily reports emailed to you every morning, in addition to Nicely done graphs and an entire dashboard of information. I recommend!

share|improve this answer

Just for your information there is another services called mopapp, it supports several platform.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.