I'd like to find out how many times my app has been downloaded since It is available in he app store. The best I was able to get was from the iTC mobile app that allows to select the last 26 weeks, but the app is longer available.

Thanks, Peter

link|improve this question
feedback

closed as off topic by Mchl, Don Roby, Terry Wilcox, Brad Larson, Graviton Aug 18 '11 at 1:15

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

Maybe you can add some tracking mechanism like other applications do. First time of start, it tries to connect to a resource on your web-server once. Then you can count the connections and have a nice statistic.

link|improve this answer
The app is already available since Dec 2010. It's unfortunately too late for a tracking mechanism. I'm sure, that apple has that number stored in their databases, question is just how to get that number. Thanks anyway, Eddy Freddy – Peter6020 Aug 17 '11 at 22:23
feedback

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