Error: The apk has permissions that require a privacy policy set for the app, eg: android.permission.CAMERA

0

I'm trying to publish an APP in my test stores, the build works normal, but when I try to publish to the store the error described above appears.

From what I've seen it's necessary to tell Google Play Console a privacy policy because in my case I'm trying to use the camera feature, according to this article: How to fix Google Play Developer policy violation: Action Required Policy issue

  

Google Play requires developers to provide a   valid privacy when the application requests or manipulates   sensitive information from users or devices. Your application   requests sensitive permissions (for example, camera, microphone,   accounts, contacts, or phone) or user data, but does not include   a valid privacy policy.

In the article says to follow the following steps:

  • Go to your Google Play Developer Console.
  • Select an application.
  • Select the store listing.
  • In% with%, enter the URL in which you have the privacy policy hosted online.
  • Select Save draft (new applications) or Send update (existing applications). "
  • I did not find inside the console the part that says: Política de Privacidade , where could I find it?

        
    asked by anonymous 13.09.2018 / 19:26

    1 answer

    3

    After performing the application selection:

  • Open the side menu has an option called Shop Presence .
  • Click App Details.
  • At the bottom of the App Details page you will find the location for enter the URL of your privacy policy.
  •     
    13.09.2018 / 19:44