Support requirements for an app on the App Store
What Apple expects for user support, the URL fields that need filling, and how to answer without a team.
The field nobody thinks about
App Store Connect has a Support URL field, and it is required. It has to lead to somewhere a user can actually get help, not to your marketing page. Reviewers do open it.
What a support page should do
- Answer the questions people actually ask, rather than listing features.
- Let someone write to a person when the answer is not there.
- Say plainly when nobody is available, instead of promising a reply that is not coming.
- Work on a phone, because that is where the person having the problem is.
Keeping it true after launch
A legal page stops being true the moment the product moves past it, usually by adding a payment provider, an analytics SDK or a sign-in. No store re-checks your pages against your build, so the drift is yours to notice.
- Re-read it whenever you add a dependency that sees user data.
- Re-open the Apple console after any change to what the app collects: the listing and the policy have to agree.
- Keep the URL stable. Changing where a policy lives breaks every listing that points at it.
Common questions
Can the support URL be an email link?
On iOS it has to be a web page. A mailto link is not accepted in the Support URL field.
What if I am one person and cannot answer quickly?
Say so. An honest "we answer within two days" beats silence, and an assistant that answers the common questions means most people never need you.
