Edok Studio Edok Studio
Guide

Getting a privacy policy URL the stores accept

Updated August 29, 2026 5 min read

This one field blocks more first submissions than any other, and not because the document is hard to write. It is because a privacy policy needs somewhere permanent to live, and most developers discover that on the day they submit.

Why both stores insist

Apple has required a privacy policy URL on every App Store listing since 2018, and Google Play requires one in the Play Console for every app. Neither makes an exception for free apps, offline apps, or apps that collect nothing at all. If your app genuinely collects no data, you still need a policy — one that says so.

The requirement is a URL, not a document. The store stores the link and re-checks it. Everything difficult about this field follows from that.

What counts as a valid URL

That last point is the one that catches people. A Google Doc link, a Notion page, a GitHub Gist or a file in a repository will often pass review on the day — and then break when sharing settings change, the workspace is reorganised, or the repo is renamed.

Where people host itPasses review?Problem
Google Doc / Notion pageUsuallyLogin-gated by some sharing settings; blocked in some regions; URL changes when moved
GitHub Pages / GistUsuallyBreaks on repo rename; reads as untrustworthy to some users
Your own websiteYesOnly if you already have one and will keep it
A hosted policy page with a stable linkYesThe intended answer — a URL you control that will not move

What the document has to cover

A serviceable app privacy policy answers six questions. Length is not a virtue here; the clearer it is, the less trouble it causes.

The clause almost every generated policy is missing. Apple does not just want the processors named — it wants the policy to confirm that any third party you share data with, including analytics, ad networks, SDKs and group companies, “will provide the same or equal protection of user data” as your policy states. Apple also now requires disclosure where personal data is shared with third parties “including with third-party AI”. Our free privacy policy generator writes both clauses, and adapts them to what your app actually does.

If you serve the EU, the UK or California, add the lawful basis for processing and the specific rights those regimes grant. If your app is aimed at children, or handles health or financial data, this is the point at which a generated document stops being enough — get it reviewed.

It has to agree with your privacy labels

Apple’s App Privacy questionnaire and Google’s Data safety form both publish a summary on your listing. Reviewers compare those answers against your policy, and inconsistency between the two is a rejection reason in its own right. Fill in the questionnaire from your actual SDK list, then make sure the policy names the same things.

Generate and host your privacy policy free

Design once with device frames and export every required App Store & Google Play size in one ZIP — watermark-free on the free plan.

Start free — no card

While you are here: the support URL

Apple also requires a support URL, and reviewers expect it to resolve to something real. A single page carrying your app’s name, a short description, a contact route and links to your privacy policy and terms satisfies the support URL, the marketing URL and the general expectation that a real app has a website. An app landing page is the cheapest way to produce all three at once, on the same domain as the policy.

What a generated policy is and is not

A generated policy built from an honest description of your app is a reasonable starting document, and it is considerably better than the copy-pasted template most first submissions use. It is not legal advice, and it cannot know anything you did not tell it. Read it before you publish it, and if your app touches regulated data, have a lawyer read it too. The point of automating the document is to free up the attention you should be spending on whether it is accurate.

Apple’s own wording on this is in the App Review Guidelines, section 5.1.

Frequently asked questions

Does every app need a privacy policy?

Yes. Both the App Store and Google Play require a privacy policy URL for every app, including free apps and apps that collect nothing. There is no exemption for a simple app — the policy simply states that little or nothing is collected.

Can I use a Google Doc or Notion page as my privacy policy URL?

It usually passes review and usually breaks later. Those links can require a login depending on sharing settings, are blocked in some regions, render poorly on mobile, and change address when the document moves. Both stores re-check the URL after launch, and a dead policy link on a live app is grounds for removal.

What must an app privacy policy contain?

What data you collect, why you collect it, who you share it with (including analytics, crash reporting and ad SDKs by name), how long you keep it, how a user requests deletion, and a contact method. If you serve the EU or California you also need a lawful basis and the specific rights those laws grant.

Does the privacy policy have to match my App Privacy answers?

Yes, and this is checked. Apple’s App Privacy questionnaire and Google’s Data safety form both become public labels on your listing; if the labels say you collect an identifier and your policy does not mention it, that inconsistency is itself a rejection reason.

Keep reading