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

前端 未结 20 1316
孤独总比滥情好
孤独总比滥情好 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:36

    1.You need to create privacy policy page on your website and update your privacy policy for the permissions you are asking.

    2.Update new SDK remove unwanted permissions and resubmit the app.

提交回复
热议问题