How to add a privacy policy URL in the Google Play Console
Google keeps this under policy rather than under your store listing, which is why it is easy to miss.
What this is
Google keeps this under policy rather than under your store listing, which is why it is easy to miss.
Step by step
- Open the Play Console and pick your app.
- Go to Policy, then App content.
- Find Privacy policy and select Start or Manage.
- Paste the URL and save.
- Go back to App content and complete Data safety, which is checked against it.
One thing people miss
If you change the policy later, re-open Data safety. A mismatch between the two is treated as a false declaration.
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-check what loads on the page after any change: the cookie notice and the policy have to agree.
- Keep the URL stable. Changing where a policy lives breaks every listing that points at it.
Common questions
How long does this take?
Minutes, once the page it points at exists. The writing is the slow part, not the form.
Can I change it later?
Yes, and you should whenever the app changes. What you want to avoid is changing the URL, because everything that points at it breaks.
