Do I need a published privacy policy before Google Play will let my app move from testing to production?
Yes, publish a privacy policy before production access. Google Play also requires the policy to be linked in Play Console and accessible in-app, even if your app collects no user data.
Knowing the rule is one thing; knowing whether your own project breaks it is another: Check my project
Do I need a published privacy policy before Google Play will let my app move from testing to production
Yes. Google Play requires every app to have a privacy policy, and the policy must be publicly accessible, linked in Play Console, and reachable from inside the app. If your app collects no user data, Google Play still requires a privacy policy.
The part people get wrong is thinking the Data safety form replaces the privacy policy. It does not. Google Play treats them as separate requirements. The Data safety form explains what you collect in Play Console, while the privacy policy explains the same handling in a formal public policy that users can read before and after install.
For apps that access, collect, use, or share personal and sensitive user data, Google Play says you must post a complete privacy policy in Play Console and within the app itself. The policy has to disclose the types of data involved, who it is shared with, how it is handled securely, and the developer’s retention and deletion rules. Google Play also requires the listed developer or app name to appear in that policy.
For production access, the testing rules are a separate gate. Google Play’s closed testing requirement for newer personal developer accounts requires 12 opted-in testers for 14 continuous days before you can apply for production access. That is not a privacy policy rule, but the same release path still expects the privacy policy to be in place.
The inconvenient part is that a policy URL is not enough if the page is not usable. Google Play says the policy must be on an active, publicly accessible, non-geofenced URL, and it must not be a PDF. If the page is hidden behind login, blocked by region, or not actually reachable, review can fail even when the text itself is fine.
A practical setup is simple: publish the policy on your own site, make it readable without sign-in, link it in Play Console, and add the same link inside the app. Then check that the app store listing name matches the name in the policy. That avoids the common mismatch where the listing uses one entity name and the policy names another.
If your app uses account creation, Google Play also expects a clear account deletion path. That is not a substitute for the privacy policy, it is another requirement that often appears in the same review. If you collect nothing, keep the policy short but real, and state that no personal or sensitive user data is collected or shared.
A good way to think about it is this: testing gets you to the production review door, but the privacy policy is part of the room you are trying to enter. Google Play can ask for both the policy and the Data safety form, and production access does not remove the privacy-policy requirement.
If you want a reference page for the release workflow, DevConnect keeps a simple testing tracker at https://devconnectplatform.com. That does not replace Google Play’s own requirements, but it can help you keep the closed test organized while you prepare the release paperwork.
What to do before you apply for production access:
- Publish a privacy policy on a public web page.
- Make sure the page is accessible without login and not geofenced.
- Link the policy in Play Console.
- Add the policy link or text inside the app.
- Complete the Data safety form.
- Confirm the app name or developer name in the policy matches the store listing.
- If you use account creation, add account deletion.
- If you are on the closed-testing path, verify your tester count and 14-day requirement before applying.
If the policy is missing, unpublished, or inaccessible, review can stop there. If the policy exists but the app listing, Data safety form, or in-app link does not match it, review can still stop there. The fastest path is to treat privacy policy work as part of release setup, not as something you finish after the app is ready.
Frequently asked questions
Does the Data safety form replace the privacy policy
No. Google Play treats them as different requirements. The form is a disclosure in Play Console, while the privacy policy is a public document users can access outside the console and inside the app.
Does an app that collects no data still need a privacy policy
Yes. Google Play says apps that do not access personal and sensitive user data must still submit a privacy policy.
Does the policy have to be inside the app too
Yes. Google Play requires the privacy policy link or text in Play Console and within the app itself for apps that access, collect, use, or share personal and sensitive user data.
Can I use a PDF privacy policy page
No. Google Play says the policy must be on an active, publicly accessible, non-geofenced URL and it must not be a PDF.
Is the privacy policy enough to get production access by itself
No. Closed testing and production access have their own requirements, including the tester threshold for newer personal developer accounts.
Know someone stuck on this? Send them the answer.
Sources
Every link here was fetched and confirmed to resolve before this page went live.
- User Data - Play Console Help
- User Data - Play Console Help (English)
- Provide information for Google Play's Data safety section - Play Console Help
- Best practices for prominent disclosure and consent - Play Console Help
- App testing requirements for new personal developer accounts - Play Console Help
Related questions
- When Closed Testing Is Required for Google Play Production
- Do testers need to install from the closed testing link?
- New Google Play accounts need closed testing first
Not the question you had?
Ask it. Every source gets fetched and checked before anything goes up, so it takes a day or two, and questions that cannot be answered honestly do not get a page at all.
Will your project actually pass?
We run a free MCP server that checks your real project against the current Google Play and App Store rules and names the file, the line and the source. No account, no API key. It also tells your coding agent which rules changed since its training data.