Privacy policy for your app — why you need one and how to create it free

Every app on Google Play needs a privacy policy. No exceptions. Even if your app doesn't collect any data, you still need one.

Here's everything you need to know.

Why you need a privacy policy

  • Google requires it — your app can't be published, and can be removed, without one
  • Laws require it — GDPR (Europe), CCPA (California), and others mandate privacy disclosure
  • The data safety form depends on it — Google's Data safety section asks you to declare what you collect
  • Users expect it — it builds trust

What your privacy policy must include

  • What data your app collects (even if the answer is "nothing")
  • How the data is used
  • Whether data is shared with third parties
  • How users can request data deletion
  • Your contact information
  • If you use analytics, ads, or third-party services — name them

Where to host it

Your privacy policy needs to be on a public URL that anyone can access. Options:

  • Your own website — add a /privacy page
  • GitHub Pages — free hosting for a simple HTML page
  • Shippabel — generates and hosts it for you automatically

How to create one in 60 seconds

You don't need a lawyer. AI can write a privacy policy that covers all the requirements. Shippabel analyzes your app's code to detect what data you collect and which third-party services you use, then generates a complete privacy policy and hosts it for you.

It looks at your package.json for services like Firebase, Supabase, Stripe, analytics SDKs, and ad networks. Then it writes a policy that accurately describes your data practices — and helps you fill in Google's Data safety form to match.

Important: keep it updated

If you add new features that collect data (like analytics or push notifications), update your privacy policy and your Data safety form. Google can audit this at any time.

Generate your privacy policy for free →