-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
30 lines (16 loc) · 1.47 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
app-store-ios-numbers-rankings
==============================
Version 1.0 July 17, 2012
Base bones. Got it kinda working. Code is a mess. I will be back :)
![Alt text](http://assets3.pinimg.com/upload/287315651198126405_mOHgHeCU.jpg)
------------------------------
This is a simple app that gives detailed app store information in a very flexible implementation. We try to take the guess work out of the real numbers: downloads, revenue.
The premise behind this app is to use app store reviews to try to gauge how many times an application has been downloaded. A common industry standard is 1 review on the app store equals 400 downloads. This is the default implementation which is configurable in the settings menu.
------------------------------
Shortcomings (yes there are many)
1. Accurate downloads? Due to the fact download numbers are hidden, reviews or press releases are the only way to determine how many times an application has been downloaded. Is 1:400 an accurate number? Who knows. Thats why its configurable.
Do apps that prompt users to review get more downloads/rating? Probably. Do certain categories or passionate apps attract more reviews? Most definitely.
2. Accurate revenue? Revenue is based on downloads, see above. Another problem are price changes or in-app purchases. Both these are not taken into account.
------------------------------
Notes
1. Please do not start writing to this parse api. If you wish to host your own db, please change the parse api key.