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

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

    If you use React Native

    This problem has been completely solved here

    https://facebook.github.io/react-native/docs/removing-default-permissions

提交回复
热议问题