Reputation: 143
In version 1.0, users can rate the app without a problem.
However, in version 2.0, the rating box does not appear
The function called to show the rating box is the same in both versions:
SKStoreReviewController.requestReview()
Upvotes: 4
Views: 2173
Reputation: 694
Why the rate box is not shown? Possible reasons:
Upvotes: 8
Reputation: 143
Apple has explicitly limited how often the rating box can be shown to users. Here's the relevant excerpt:
The user can supply feedback or dismiss the prompt with a single tap. (In Settings, the user can also opt out of receiving these rating prompts for all apps they have installed.) The system automatically limits the display of the prompt to three occurrences per app within a 365-day period.
See here for more information
Upvotes: 1