On this page
Almost every new developer underestimates this page: the Data safety form and the privacy policy are mandatory for every app on Google Play — including an app that collects nothing at all. They're also part of what reviewers see when your app goes through review. This guide makes the whole corner concrete.
The two mandatory pieces
What the privacy policy must contain
- Developer identification and a privacy point of contact or inquiry mechanism
- The types of personal and sensitive user data the app accesses, collects, uses, and shares — and who it's shared with
- Secure data handling procedures
- The data retention and deletion policy
- Clear labeling as a privacy policy (the title should say 'privacy policy')
Filling out the Data safety form
Read the overview first
The form's Overview section tells you exactly what you'll be asked. Read it before starting — most mistakes come from rushing the preamble.
Answer data collection section
For each required user data type, say whether your app collects or shares it. If nothing applies, the form still gets completed — declaring 'no data collected' is a valid, common answer.
Declare the data types
Select every type your app or its SDKs collect or share. If in doubt, check your declared permissions and the APIs your app uses.
Describe usage and handling
For each declared type, answer how it's used and how it's protected — encryption in transit or at rest, for example.
Preview and submit
Preview what users will see on the listing, submit, and keep the form accurate as the app changes.
Third-party code counts as yours
Data collected or shared by any SDK or third-party library inside your app must be reflected in the form and the privacy policy. Google Play's SDK Index publishes guidance from many SDK providers — start there when auditing what your dependencies actually do.
Account deletion, if your app creates accounts
Apps that offer account creation must give users a clear, accessible way to delete their account — and actually delete the associated data. Freezing the account instead of deleting it doesn't satisfy the requirement.
Sources & references
Official Google documentation- Provide information for Google Play's Data safety sectionsupport.google.com
- User Data policysupport.google.com
These links open Google's official Play Console Help pages used to verify this guide. AppsTestLab guidance is independent and not affiliated with Google.