App Store Review Response Guidelines: Apple vs Google Play, Side by Side
What Apple and Google actually allow — and forbid — in a developer response: character limits, links, personal data, one reply, edit and delete, side by side.
The Argus Team
Reply Argus
Apple and Google both allow exactly one public developer response per review, both let you edit it after you post, and both quietly forbid the same three things: personal data about the reviewer, promotional spam, and abuse. That's the shared floor. Past it, the two stores' review response guidelines split hard — on how long a reply can be, on whether the person who complained ever gets nudged to fix their star, and on what a link in the text even does.
Neither store publishes a single clean checklist, so here's the honest side-by-side: what each one lets you say in a response, what gets a reply pulled, and where a rule that sounds identical behaves completely differently in practice.
What do Apple and Google both forbid in a reply?
Start with the rules that don't change between stores — break one of these and the response can be removed on either platform, since a public developer reply is subject to each store's content policies. Three things are off-limits everywhere:
- Personal or sensitive data — no emails, phone numbers, order IDs, or ticket numbers that identify the reviewer. Both stores render your response publicly, next to the review, forever. If you need those details to help, ask the person to reach in-app support, not to post them in the open.
- Promotion and spam — a response isn't an ad slot. Cross-promoting another app, dropping a discount code, or pushing 'download our new thing' reads as spam and can get the reply removed. Address *that review*, don't market over it.
- Offensive or off-topic content — profanity aimed at the user, sarcasm that reads as harassment, or a reply unrelated to the complaint all break the content rules. You can disagree with a reviewer; you can't insult them. When the review itself is the problem, flagging it beats fighting it — we cover that split in [how to respond to negative app reviews](/blog/how-to-respond-to-negative-app-reviews).
Public means public on both stores
The biggest compliance mistake is treating a review reply like a private support message. It isn't. On Apple it shows under the review on the product page; on Google Play it shows publicly and also lands in the reviewer's email. Write every reply as if a prospective installer is reading it — because they are.
Apple vs Google Play review response guidelines, side by side
Here's where the two stores stop agreeing. Each line is one dimension of the response rules, Apple's behavior beside Google Play's. The character limit and the reviewer-notification loop are the two that most change how you write.
- Character limit — *Apple:* publishes none. Community testing has floated numbers in the low thousands (one figure often repeated is ~5,970), but Apple documents no official cap, so don't design against a hard number that isn't real. *Google Play:* a hard 350 characters, spaces included — paste more and it simply won't post.
- Responses per review — *Both:* one public response, tied to that specific review. You don't get a threaded back-and-forth; there is a single reply slot per review on each store.
- Editing after posting — *Both:* you can update your response anytime, and the new text replaces the old; only the latest version shows. *Apple* additionally lets you delete a response outright in App Store Connect.
- Reviewer notification — *Apple:* the reviewer is notified in-app and gets a one-tap path to update their review — the mechanism behind the 'replying raises ratings' effect. *Google Play:* the reviewer gets an email with your reply, but no one-tap rating change.
- Links — *Both:* a URL in a reply is plain text, never a tappable link, so a long URL just burns characters (brutal inside Google's 350) and looks like clutter.
- Reply API — *Apple:* the App Store Connect API (`customerReviewResponses`) creates or replaces a response. *Google Play:* the Play Developer API (`reviews.reply`) posts the 350-char body. Both are documented and automatable, and ratings are recency-weighted on both (Google since I/O 2019).
Only Google's 350 is a published fact
When you see a confident '5,970-character Apple limit' quoted as gospel, that's community lore, not an Apple spec — Apple publishes no response character limit at all. Build to the one documented cap (Google Play's 350) and a single reply fits both stores. Treat any hard Apple number as a guess.
Can you put a link in a review reply?
This one trips up support teams, and the honest answer is: you can type a URL, but it won't do what you want. On both stores a response is plain text — neither renders `…` as a tappable link, so the reader would have to copy it by hand. Inside Google Play's 350-character wall, a full support URL can eat a fifth of your reply for something nobody can click.
So the practical rule matches the personal-data rule: don't route people off-platform in the reply. If someone needs hands-on help, point them to in-app support as plain text ('reach us at Settings → Help') and keep the public reply on acknowledging the issue and naming the fix. Apple publishes no explicit 'no links' rule, but between plain-text rendering and the spam guidance, a reply full of URLs is a bad idea on both stores. If you do have a URL you think earns its place, [what links are allowed in a review reply](/blog/what-links-are-allowed) walks through the narrow cases where one is worth the characters. For the full store-by-store mechanics — APIs, notifications, what the reviewer sees — the companion reference is [reply rules for every app store](/blog/reply-rules-for-every-app-store).
How many replies do you get — and can you edit or delete?
One. Both stores give you a single response slot per review, not a conversation — but that response is editable. Update it later and the new text quietly replaces the old, which is handy when you promised a fix and it ships: come back and change 'we're on it' to 'fixed in 4.2.1.' Apple also lets you delete a response entirely from App Store Connect if you'd rather pull it than rewrite it.
The catch is notification timing. On Apple, updating your response can re-notify the reviewer — a feature, since a shipped-fix update gives them a fresh reason to raise their star. On Google Play, your reply arrives by email; editing it later doesn't guarantee a second one, so the first version is what most people read. Get the acknowledgement and the next step right the first time. The deeper differences between the two reply flows get the full treatment in [App Store vs Google Play review replies](/blog/app-store-vs-google-play-review-replies).
Crashes every time I open the camera tab since the last update. iPhone 15, latest iOS.
Sorry about the camera crash — that was a bug in 4.2 on the latest iOS, and it's fixed in 4.2.1, live now. Update and reopen; if it still happens, tell us your iOS version here and we'll dig in.
That reply is compliance-clean on both stores: 194 characters (well inside Google's 350), no link, no personal data, no promotion, and it names the fix instead of arguing. It posts unchanged on Apple, where there's no cap, and on Google Play, where every character counts. This is the shape the research rewards — when Srisopha et al. (EASE 2021) ranked what makes a developer response actually move a rating, the strongest predictor was the length ratio between review and reply, ahead of politeness or speed. A tight, proportional answer beats a padded one.
Following two rulebooks at once, in every language, without slipping
The rules aren't hard to learn — they're hard to hold consistently across two stores, a hundred reviews a week, and whatever language the reviewer wrote in. [ReplyArgus](/features) watches your Apple App Store and Google Play reviews in one inbox and drafts a reply for each, already sized to that store's limit, clean of links and personal data, and grounded in your past approved replies so it never invents a fix that didn't ship. Approve in a click, or opt into rule-based auto-publish for the clean cases so the queue never backs up.
Which rules actually change how you write?
Two of them, really. Google Play's 350-character wall forces a discipline — acknowledge, give the fix, offer one next step — that makes replies better, so writing to that cap and reusing the text on Apple is the sane default. And Apple's notify-and-update loop is why a reply is worth the effort at all: when Google introduced recency-weighted ratings at I/O 2019, it reported responding correlates with an average lift of 0.7 stars, and across 4.5 million reviews, users who got a response were roughly six times more likely to raise their rating (4.4% vs 0.7%, Hassan et al.). The rest of the guidelines are guardrails, not levers: stay inside them and the store leaves your replies alone; cross one and the reply can vanish. And if you're wondering whether an AI-drafted reply is even allowed here — it is, as long as a human owns the approval and the content follows the same rules; we cover exactly where that line sits in [is AI review reply against App Store policy](/blog/is-ai-review-reply-against-app-store-policy).
Frequently asked
- What are the character limits for App Store and Google Play review replies?
- Google Play caps developer replies at a hard 350 characters, including spaces — anything longer won't post. Apple publishes no official limit for App Store responses; community testing suggests a few thousand characters, but Apple documents none, so don't treat any single number as fact. Write to Google's 350 and one reply fits both stores.
- Can you include a link in a developer response?
- You can type a URL, but neither the App Store nor Google Play makes it clickable — a response is plain text, so the reader would have to copy it manually. Inside Google Play's 350-character limit a full URL is wasteful, and both stores' spam guidance discourages routing users off-platform. Point people to in-app support instead.
- Can you edit or delete a review reply after posting?
- Yes to editing on both stores — updating your response replaces the previous text, and only the latest version shows. Apple also lets you delete a response outright in App Store Connect. On Google Play the reviewer got your reply by email when you first posted, so editing later may not re-notify them; get it right the first time.
- How many times can a developer respond to one review?
- Once. Both Apple and Google Play give you a single public response slot per review, not a threaded conversation. You can edit or replace that one response as many times as you like, but there's no way to post a second, separate reply to the same review on either store.
- What content is forbidden in an app store review response?
- On both stores: personal or sensitive data about the reviewer (emails, phone numbers, order IDs), promotion or spam (cross-promoting apps, discount codes), and offensive or harassing content. Responses are public and subject to each store's content policies, so a reply that breaks these can be removed.
- Does the reviewer find out when you reply?
- Yes on both, but differently. Apple notifies the reviewer in-app and gives them a one-tap path to update their review — which is why replying correlates with rating lifts. Google Play emails the reviewer a copy of your reply, but the email doesn't offer a one-tap rating change. That notification loop is the whole point of responding.
That's the map: one shared floor (no personal data, no spam, no abuse, no clickable links), one hard cap only Google publishes, and one notification loop only Apple wires into a one-tap rating change. [Start free with ReplyArgus](/signup) — no card — and Argus drafts your first Apple and Google Play replies in minutes, each one already inside the store's limit, clean of links and personal data, and written in the reviewer's own language.
Try it
Let Argus draft your next reply.
Watch it answer a real review in your voice. 10-day trial, no card to begin.
Keep reading
App Store Reviews Not Showing? The Full Fix List for Apple and Google Play
App Store or Google Play reviews not showing? Here's every real cause — moderation delay, wrong country storefront, filtering, rating lag, cache — and the fix.
Read moreAre App Store Reviews Fake? How to Spot Them and What to Do
Yes, some App Store and Google Play reviews are fake — but fewer survive than you think. How to spot them, and what to do when they hit your app.
Read more