How to Solve Data Safety Issues in Play Store
Google Play's Data Safety section requires developers to provide accurate information about how their app collects and handles user data. Failing to complete this section properly can result in app submission or update rejections.
Video Solution
For a complete walkthrough on how to address data safety issues in the Google Play Store for your News App, watch the video tutorial:
Watch the data safety solution video
Key Data Safety Considerations
When filling out the data safety section for your News App, consider the following data types that may need to be disclosed:
-
User Information
- Email address
- Name
- Phone number
- User IDs
-
Device Information
- Device or other IDs
- Location
-
App Activity
- In-app search history
- Installed apps
- Other actions
Best Practices
- Be transparent about all data your app collects
- Only claim data is encrypted if you're using industry-standard encryption
- Indicate whether data collection is optional or required for app functionality
- Specify how long data is retained and if users can request deletion
- Mention if data is shared with third parties (ad networks, analytics, etc.)