All articles
Growth5 min read·

How to Get More App Store Reviews (Without Begging Users)

Practical strategies for generating a steady stream of positive App Store and Google Play reviews — including when to ask, how to ask, and how to respond to bad reviews.

Reviews are one of the strongest ranking signals in both the App Store and Google Play. They also directly influence conversion — a 4.6-star app consistently outperforms a 3.8-star app even when everything else is equal. Here's how to build a steady flow of reviews without annoying your users.

Why timing is everything

The single biggest mistake developers make is prompting for a review too early — often at first launch, before the user has experienced any value. This triggers dismissals and, worse, one-star rage reviews from users who haven't yet had a reason to like your app.

Ask for a review at the moment of peak satisfaction: immediately after the user completes something meaningful. For a to-do app, that's after checking off a task. For a fitness app, it's at the end of a workout. For a game, it's after completing a level or achieving a milestone.

Use the native prompt — always

On iOS, use SKStoreReviewRequest. On Android, use the Google Play In-App Review API. These show the system rating dialog without leaving your app — the friction-free experience produces significantly higher response rates than directing users to the store.

Apple limits the SKStoreReviewRequest prompt to 3 times per 365-day period per app version. Use them strategically — don't burn all three early in the user lifecycle. Google Play's API has no hard limit but will suppress the dialog if it detects overuse.

Gate the prompt on a positive signal

Before showing the review prompt, ask a lightweight question: "Are you enjoying AppName?" with Yes / Not Really options. If the user taps Yes, show the review prompt. If they tap Not Really, route them to your feedback form instead.

This pattern, sometimes called "sentiment gating", prevents unhappy users from leaving bad reviews while still capturing their feedback privately. It's widely used and entirely within both stores' guidelines.

Version updates reset your review count

On iOS, your star rating resets when you release a major update (you can choose to reset or preserve it in App Store Connect). This is a double-edged sword — it lets you recover from a bad rating period, but it also means a poorly timed reset wipes your review history. Think carefully before resetting, especially if you're above 4.5 stars.

On Google Play, your rating is cumulative and doesn't reset with updates. Negative reviews from early versions linger — which makes getting early positive reviews even more important.

Respond to every review — especially negative ones

Both stores show your responses publicly. A thoughtful, non-defensive response to a one-star review demonstrates that you care about users and actively improve the app. Multiple studies have found that users who receive a response to a negative review frequently update their rating upwards.

Keep responses short, acknowledge the specific issue, and let the user know what action you've taken or plan to take. Avoid copy-pasted template responses — they're easy to spot and damage trust.

Email and push: remind engaged users to review

If you have an email list or push notification consent, a targeted message to your most active users — "You've completed 50 workouts with AppName — if you're enjoying it, a quick review means the world to us" — can generate a meaningful burst of reviews around an update or milestone.

Keep the ask genuine and specific to the user's activity. Generic blast emails asking for reviews feel spammy and produce low response rates.

How many reviews do you actually need?

In most categories, crossing 50 reviews marks a trust threshold where conversion noticeably improves. Getting to 500 reviews lifts you another level. For most indie apps, the realistic goal in year one is 50–200 reviews — achievable with consistent in-app prompting.

More downloads means more reviews

Improving your store listing with polished screenshots directly increases downloads — and more users means more opportunities for reviews.

Try it free →

More articles