Home > Software engineering >  Your app is uploading users' Images information without disclosing it in the privacy policy in
Your app is uploading users' Images information without disclosing it in the privacy policy in

Time:10-01

My app got removed from Play Store and after making many changes in Privacy Policy. Google is still rejecting the app build.

They are sending the same reply every time and they close the option of chat or call support.

PFA Screenshot Google is still rejecting the app build

CodePudding user response:

Google (or any such brand) always takes the privacy policy very seriously

You may take a corrective action along the following lines to try again:

You must provide an in-app disclosure of your data access, collection, use, and sharing. The in-app disclosure:

  • Must be within the app itself, not only in the app description or on a website;
  • Must be displayed in the normal usage of the app and not require the user to navigate into a menu or settings;
  • Must describe the data being accessed or collected;
  • Must explain how the data will be used and/or shared; Cannot only be placed in a privacy policy or terms of service; and Cannot be included with other disclosures unrelated to personal and sensitive user data collection.

URL for the above:

https://support.google.com/googleplay/android-developer/answer/12637116?hl=en&visit_id=638001990531333422-1837986491&rd=1

CodePudding user response:

The rejection reason is clear: you need to disclose the collection and use of images in the Privacy Policy.

  • Have a descriptive Privacy Policy that discloses your collection and use of images from users
  • Complete the Data Safety form to match your Privacy Policy disclosures
  • Related