How to fill in the Google Play data safety form

The form asks what your app collects and shares. Google compares the answers to your privacy policy and to what the build actually does.

Updated · Written from the same rules terms.gg uses to generate documents

What this is

The form asks what your app collects and shares. Google compares the answers to your privacy policy and to what the build actually does.

Step by step

One thing people miss

Crash reporting, ad SDKs and analytics are the three that catch people out, because they collect before any of your code runs.

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.

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.