Privacy Policy Requirements for Google Play in 2026
Where the URL must live, what it must contain, why reviewers reject yours, and how to generate one that matches your Data Safety answers.
Every app on Google Play needs a privacy policy — a publicly reachable URL containing specific disclosures about what data you collect, how you use it, and how users exercise their rights. Submission gets rejected at this step more than almost any other. Here is what the URL needs to contain, where to host it, and how to write one that survives reviewer scrutiny.
When a privacy policy is required
The short answer is: always, for new submissions. Google's current rule treats every app as collecting at least diagnostic information through the install process, so every app needs the URL. Even apps with zero user-facing data collection (offline calculators, simple utilities) are no longer exempt.
For apps that collect any personal data — even just an email or a user ID — the requirements are stricter. Apps in the Families program (designed for under-13 audiences) face additional COPPA and Designed for Families disclosure requirements on top of the general rule.
What the URL must point to
A publicly accessible HTML page (no login wall, no geo-blocking from major markets, no JavaScript-only rendering that crawlers can't see). The URL must remain stable — Google revisits it periodically, and a broken link triggers a re-review and possible app suspension. The page must be in the same language as your app's primary listing locale, with translations recommended but not required for other listing locales.
What the policy must contain
At minimum:
- The developer's legal name and a working contact email.
- The categories of personal data the app collects.
- The purposes for which each category is collected.
- Whether the data is shared with third parties, and if so, which ones (or which categories of recipients).
- How long data is retained.
- How users can exercise their rights — access, correction, deletion, portability.
- Specific GDPR disclosures for EU users (data controller, legal basis, supervisory authority).
- Specific CCPA/CPRA disclosures for California users.
- Specific COPPA disclosures if the app is directed at children under 13.
- The date of last update.
The policy must match your Data Safety form answers. Mismatches between the two are one of the most common review-triggering issues. If you declare crash logs in the Data Safety form but your privacy policy doesn't mention them, expect a back-and-forth.
Where to host it
Your own domain is best — it signals legitimacy and you control uptime. If you don't have a domain, GitHub Pages, Notion public pages, Cloudflare Pages, and Vercel all offer free static hosting on subdomains that Google accepts.
Free privacy-policy hosting services (TermsFeed, FreePrivacyPolicy, app-privacy-policy-generator) exist but are weaker signals. They're accepted but Google's reviewers occasionally flag them as "template policies" and request more specificity.
What the wizard generates
Step 9 of the wizard reads your Data Safety answers (Step 7) and generates a complete privacy policy in HTML. The output covers the required sections above, populates them with the specific data types and purposes you declared, and includes the GDPR/CCPA/COPPA blocks where your audience requires them. You can download the HTML and host it anywhere static, or paste it into your existing site.
The generated policy is meant to be a strong starting point, not a final legal document. For apps handling regulated data (health information, financial information, children's data at scale, EU users in regulated industries), consult an attorney to review the generated policy before submission.
Target API Level Requirement: Why Your AAB Needs Android 15 (API 35)
Google now rejects every new submission below API 35. Here is what the rule means, how to update your gradle file, and what's coming for Android 16 in August 2026.
ComplianceThe 12-Tester, 14-Day Rule for Personal Developer Accounts
If you signed up after November 2023, you cannot skip the closed-testing requirement. Here's exactly how to set it up, recruit testers, and survive the wait.
ComplianceData Safety Form: A Plain-English Walkthrough
The form that gets the most apps rejected. Every question explained, every option translated from policy-speak, with examples from real apps.