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
|
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 | |||
|
feedback
|
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
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. | |||
feedback
|