Ship Desk

Rejection decoder › Guideline 5.1.1(v)

Guideline 5.1.1(v) rejection: Account deletion

Since 2022, Apple has required that apps which let people create an account also let them start deleting that account from inside the app. A 5.1.1(v) rejection means the reviewer could not find that option, even if it exists somewhere.

Apple decides. This page is our own reading of the App Review Guidelines as of September 2026, not Apple's wording, and following it does not guarantee approval. The current text at developer.apple.com is the authority.

What Apple's message says

Paraphrased, the message says the app supports account creation but does not include an option to initiate account deletion. Apple sometimes asks for a screen recording of the deletion flow on a physical device.

What Apple expects, in our reading of the guideline:

Why AI-built apps hit it

AI builders generate sign-up and log-out by default. Deletion is rarely in the template, and when it is added, it often ends up in the wrong place:

How to fix it, step by step

  1. Add Settings > Account > Delete account, visible to every role and every sign-in method. It only deletes the user's own account, so there is rarely a reason to hide it.
  2. Confirm once, then delete the account and its data, or clearly start deletion and say how long it takes.
  3. Do it on the server. With Supabase or Firebase, deleting another auth user needs admin rights, so run it in a server function rather than exposing an admin key in the app.
  4. If you use Sign in with Apple, revoke the user's Apple token as part of deletion.
  5. Handle subscriptions honestly. Tell users that Apple subscriptions are cancelled in their Apple account settings.
  6. Test it with the demo account you give Apple, and with a social sign-in account.
  7. Tell the reviewer the path in App Review notes. If Apple asked for a recording on a device, send one from a device.

What to reply in the Resolution Center

Fill in the brackets and delete anything you did not do. Give the exact path. If deletion existed before and was hidden by role, say what changed so the reviewer can find it.

Hello,

Thank you. Regarding Guideline 5.1.1(v): users can now delete their account in the app at [Settings > Account > Delete account]. This deletes [the account and associated data] [immediately / within N days]. It is available to all users, including those who signed in with [Apple / Google].

[If requested: "A screen recording of the flow on (device) is attached."]

Best regards,
[Your name]

Related guidelines

Questions

Is a delete-account link to my website enough for Guideline 5.1.1(v)?

In our reading, a link that goes directly to the deletion page can be acceptable, but the option must start in the app and be clearly visible. A support email address alone is generally not enough.

Does deactivating an account count as deletion?

No. Apple expects the account and its associated data to be deleted, or deletion to be started with a clear timeline. Temporary deactivation does not meet the requirement.

Do I need to revoke Sign in with Apple tokens when deleting an account?

Apple asks apps that use Sign in with Apple to revoke the user's tokens when the account is deleted, using Apple's token revocation endpoint. Most auth providers document how to do this.

Stuck on this rejection?

Paste the full message into the free rejection decoder to see every cited guideline explained, with a reply draft. It runs in your browser and nothing is uploaded.

Or order a rejection fix, $99: we read the full message, find the cause, fix it in your project, upload a new build and draft the reply for your approval. Target turnaround 72 hours from access. Apple still makes the final decision, and its review time is separate.