Warnings Your Apk Is Using Permissions That Require A Privacy Policy: (android.permission.READ_PHONE_STATE)

前端 未结 20 1334
孤独总比滥情好
孤独总比滥情好 2020-12-01 00:53

In manifest not added android.permission.READ_PHONE_STATE. permission.

Why error comes when I upload a new apk version error comes below.

Your app has an apk w

20条回答
  •  眼角桃花
    2020-12-01 01:56

    Your app's manifest.xml having these permission to access information from your's device but you don't have privacy policy link while submitting on the play store. so you getting this warning.

    Need privacy policy for the app If your app handles personal or sensitive user data

    Adding a privacy policy to your app's store listing helps provide transparency about how you treat sensitive user and device data.

    ******Update
    The privacy policy setting in Google Play Console has changed locations.

    In Google Play Console,
    Select Store presence > App content.
    Under "Privacy Policy".

提交回复
热议问题