Reference

What Apple and Google actually document about developer replies

11 questions about replying to app reviews, answered from the stores' own documentation, with the quote and the link sitting next to every answer. Where a store publishes nothing, this page says nothing rather than repeating a number with no source behind it.

Sources checked

Why this page exists

Search for the App Store reply character limit and you will find two confident answers, 5,970 and 10,240. Neither number appears in anything Apple has published. We went looking: App Store Connect Help, the ratings and reviews pages, the API reference, and Apple's machine-readable OpenAPI specification, where the response body is declared as a plain string with no maximum on it.

That is why several of these questions currently send people to Reddit. Nobody has written down a straight answer, so the community guesses and the guesses get quoted. We are not going to add another guess. Each answer below is either a quote from the vendor with a link, or an explicit note that the vendor documents nothing on the subject.

01

How long can a developer reply be?

App StoreNot documented

Apple does not publish a limit

The two figures in circulation, 5,970 and 10,240, are both unsourced. Neither appears in App Store Connect Help, the ratings and reviews pages, the API reference, or Apple's OpenAPI spec, where the response body is declared as a plain string with no constraint. A server-side limit may exist and be findable by testing, but Apple has not documented one.

Google PlayDocumented

About 350 characters

"Replies of more than approximately 350 characters will be rejected. HTML tags will be stripped."

Google's own two pages word this differently. The API reference says replies of more than approximately 350 characters will be rejected. The Reply to Reviews guide says replyText can contain at most 350 characters, with no hedge. Write to 350 as a hard ceiling, because one of the two pages says it is one.

Android Publisher API, reviews.reply
02

Do users get more characters than developers?

App StoreNot documented

Neither figure is documented

Apple documents no length for review bodies or for responses, so the two cannot be compared from primary sources.

Google PlayNot documented

Only the 350 reply figure is documented

A widely repeated claim is that users get 500 characters while developers get 350. The 350 is real. The 500 appears only in user-generated Google Play Community threads, and the official help page on rating and reviewing apps carries no character count at all.

04

Can you edit or delete a reply after posting?

App StoreDocumented

Edit and delete, with no documented time window

"You can publicly respond to a review, edit your response, and delete your response for your app on the App Store."

You do not have to be the person who wrote the response to edit it, and edited responses carry a notation showing they were edited.

App Store Connect Help, Respond to reviews
Google PlayDocumented

Edit any time. Deletion is not documented

"You can edit your reply to a review at any time."

No deletion mechanism appears in Play Console Help, and the Reviews resource exposes only get, list and reply. There is no delete method. As documented, a Play reply is editable forever but not removable.

Play Console Help 138230
05

Does the reviewer find out, and can they change their review?

App StoreDocumented

Yes to both

"When you respond, the reviewer is notified and has the option to update their review."

Your response stays publicly visible even if the customer later edits their review.

Apple, Ratings, reviews, and responses
Google PlayDocumented

Yes. Push notification and email

"After you reply to a user's review, they receive a push notification and an email notification."

The email includes your app name, the review date, the user's rating and review, your reply, and a link to contact you.

Play Console Help 138230
06

How long until the reply is publicly visible?

App StoreDocumented

Up to 24 hours

"Responses may take up to 24 hours to appear on the App Store. Until then, they'll show as pending in App Store Connect."

The API exposes this as a state of PUBLISHED or PENDING_PUBLISH, so it is machine-readable.

App Store Connect Help, Respond to reviews
Google PlayNot documented

Not documented

Google documents no publication delay for replies. It does document a hold on new ratings, which is a different thing and is often conflated with this one.

07

Who is allowed to reply?

App StoreDocumented

Account Holder, Admin, or Customer Support

"Required role: Account Holder, Admin or Customer Support."

Three roles, and App Manager is not one of them. Nor are Marketing, Developer or Finance. This is the mismatch that leaves reviews sitting unanswered for a week, because the person watching them often holds App Manager and assumes the button is missing rather than withheld.

App Store Connect Help, Respond to reviews
Google PlayDocumented

Anyone with the Reply to reviews permission

"To reply to reviews from Play Console, make sure you have the 'Reply to reviews' permission."

It is a discrete permission rather than a role.

Play Console Help 138230
08

Is there an API for replying?

App StoreDocumented

App Store Connect API only

"POST /v1/customerReviewResponses"

Create and delete exist. There is no PATCH endpoint in the OpenAPI spec, so editing via the API is not documented. The public iTunes RSS review feed is read-only and exposes no developer responses.

App Store Connect API
Google PlayDocumented

Android Publisher v3, Reply to Reviews

"POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/reviews/{reviewId}:reply"

Requires the androidpublisher OAuth scope. Google notes the API enforces quotas as a courtesy to other developers.

Android Publisher API, reviews.reply
09

Do the APIs return ratings that have no written review?

App StoreNot documented

No, but Apple never says so

customerReviews returns reviews. A star tapped in an in-app prompt with no text attached is not one, so it never appears, and your API count comes back far below the rating count on your dashboard. Apple states this nowhere: not on the resource page, not on the endpoint, not in the attributes. The closest thing is the resource abstract calling it "a customer's rating and written review", which implies text without requiring it. Six Apple Developer Forums threads between 2021 and 2024 asked exactly this and none got an answer.

Google PlayDocumented

No, and Google says so plainly

"Also, note that the API shows only the reviews that include comments. If a user rates your app but does not provide a comment, their feedback is not accessible from the API."

One sentence, and it is the sentence missing from Apple's documentation. Same rule on both stores, written down on only one of them. Neither store offers any endpoint that returns an aggregate rating count or average, so there is no supported way to reconcile the two numbers.

Google, Reply to Reviews API guide
10

Are there rules about what language you reply in?

App StoreNot documented

Not documented

Apple states no language requirement, and does not say whether a response appears in every storefront.

Google PlayNot documented

Not documented for replies

Google auto-translates reviews shown to you in Play Console, which is the reverse direction. Its suggested replies are available only for recent English reviews when the Console itself is in English.

11

Does replying affect your rating or ranking?

App StoreNot documented

Apple documents no effect

Apple offers editorial guidance only: keep responses concise, respectful, and free of personal information or marketing language. It claims no ranking or rating benefit.

Google PlayNot documented

Google documents no effect

The only documented consequence is punitive. Google's comment posting policy states that using the feature is a privilege rather than a right, and that failing to follow the guidelines can suspend an app or a developer account.

Store documentation changes without notice. If you find a page that contradicts something here, tell us and we will recheck the source and restamp the date at the top.

Put the limits to work

Reply rules FAQ

The questions behind the table.

Why the numbers disagree, which one is real, and what neither store will tell you.

See how Reply Argus drafts replies

Why does every other page give a different App Store character limit?

Because none of them has a source. The two figures in circulation are 5,970 and 10,240, and neither appears in any Apple document. Once a number like that is published once, the next article cites the article rather than the vendor, and after a few rounds it reads as settled fact. We checked the primary sources instead, including Apple's machine-readable OpenAPI specification, where the response body is declared as a plain string with no maximum length on it.

So is there no limit at all on an App Store reply?

That is not what this says. Apple may well enforce something server-side. What we can tell you is that Apple has not written it down anywhere public, so any specific number you read is somebody's guess or somebody's test result presented as documentation. Write a reply of a reasonable length and you will never come near whatever the ceiling is.

Is the Google Play 350-character limit real?

Yes, and it is the one hard number on this page. It comes from Google's Android Publisher API reference for reviews.reply, which states that replies longer than approximately 350 characters will be rejected. Note that Google wrote approximately, not us. The sentence also lives in the API reference rather than in Play Console Help, so treat it as what the API rejects.

Can I delete a reply I already published?

On the App Store, yes. Apple documents deleting a response, and the API exposes a delete method for it. On Google Play, the documentation covers editing but never mentions removal, and the Reviews resource offers get, list and reply with no delete. As documented, a Play reply can be rewritten forever but not taken down.

Does replying to reviews improve my rating or my ranking?

Neither Apple nor Google claims it does. We looked for that claim specifically, because plenty of marketing pages make it, and there is no vendor statement behind it. Google documents the opposite direction only: abusing the reply feature can get an app or a developer account suspended. Replying is worth doing because it changes what a real person does next, not because a store rewards it.

How current is this page?

Every source was read on July 26, 2026. Store documentation changes without announcements, so if you find a page that now contradicts something here, send it to us and we will recheck and restamp this page rather than quietly editing it.

Know the rules. Skip the typing.

Reply Argus reads every App Store and Google Play review, drafts an on-brand reply inside the limit that store enforces, and waits for your approval.

2
stores watched
100+
languages
10-day
free trial

Free plan · no card to begin