0

I am uploading app bundle on Google Play Console, but I am getting this error

Your APK or Android App Bundle is using permissions that require a privacy policy: (android.permission.READ_PHONE_STATE).

enter image description here

In my manifest I only have this

<uses-permission android:name="android.permission.INTERNET"/>
  • would you share the gradel and manifest is not enough information to come to conclusion – Akash Pal Feb 15 '21 at 06:39
  • What i think might be issue is that u are using some libray that has this permisson set to required – Akash Pal Feb 15 '21 at 06:40
  • Problem is because of phone state permission. –  Feb 15 '21 at 06:40
  • How do I fix this? I also tried adding READ_PHONE_STATE permission in the manifest and then uploaded new appbundle, it still was showing the same error @AkashPal – Nehal Jaisalmeria Feb 15 '21 at 06:42
  • 1
    https://support.google.com/googleplay/android-developer/answer/113469?visit_id=1-636181561830097288-1046519841&rd=1#privacy you need to add privacy policy In Google Play Console, Select Store presence > App content. Under "Privacy Policy". – Akash Pal Feb 15 '21 at 06:43
  • Looks like there's already a answer here : https://stackoverflow.com/questions/41234205/warnings-your-apk-is-using-permissions-that-require-a-privacy-policy-android-p – Shubhamhackz Feb 15 '21 at 06:46
  • In the privacy Policy URL .. Which URL should I paste? @AkashPal – Nehal Jaisalmeria Feb 15 '21 at 06:50
  • just host an simple html page with your own privacy policy – Akash Pal Feb 15 '21 at 06:58
  • 1
    https://termly.io/resources/templates/privacy-policy-template/ pick any template and use it accordingily – Akash Pal Feb 15 '21 at 06:59

0 Answers0