0

my app was publish on CH play 1 year ago. but today I got a mail from Google Play

APK REQUIRES VALID PRIVACY POLICY​ Your app is uploading users Contact list & files information without posting a privacy policy in both the designated field in the Play Developer Console and from within the Play distributed app itself.

my AndroidManifest file already defines like this, also define policy on play console like this.

enter image description here

any way to fix this

Quang Anh
  • 71
  • 7

2 Answers2

1

You need to do following things -

Google Play updated Privacy Policy Guidelines -

  1. I think your app contains a Contact list & file information, So according to new policy guidelines you need to create a privacy policy URL with the information of all permission you are using in the app.

  2. Also you need to show the Term & Policy link in-app as well with a checkbox to accept It while registration/login of a user.

  3. You need to fill Data Safety form from App Content section in Play Console.

Aditya Nandardhane
  • 915
  • 1
  • 8
  • 22
1

1- Just add privacy policy link on startup screen with checkbox for accepting terms&condition.


2- Add privacy policy link on app home sceen.