Permissions Declaration Form still showing in Google Play Console even with updated APK uploaded without READ_CALL_LOG

两盒软妹~` 提交于 2019-12-01 03:54:40

Disclaimer

  • "No" option was removed since mid March (see details in comments), so the suggested solution doesn't work anymore.

Solution (does NOT work since mid March)

  • Upload app binary without sensitive permissions inside, i.e. remove their usage from the app.
  • Submit this version with "No" selected for Compliance Status at "Permissions Declaration Form". Note: at this stage you will see the warning "You must meet the permissions policy..."
  • For the next version all warnings will disappear as soon as app will be submitted. Hence, on the next app upload -- no warning and forms will be appread.

P.S. Unfortunately, there was no options found how to avoid the form at all without app version release.

As stated in comments there isn't a "No" option anymore since mid March 2019.

AFAIC that's because "Google" scans all APKs for included permissions which in fact should make the whole process simpler instead of more confusing.

The solution for me was to check all releases if they contain old APKs and remove/update them first.

In my case it was a very old release down in the internal test track (below Alpha release track). To fix that I had to create a new internal test release with the new APK (the one without the permissions) and deactivate the old APK.

Remember to check that for all stale releases. For me it was just the internal one.

After that you can create a new production release and the permission form should be gone.

I have also found same issue. Finally i got a solution.

Solution:

  1. Remove the SMS related permission and generate signed APK
  2. Upload APK in beta and try to publish it from beta.
  3. Once beta upload success that SMS compliance form will not display on production realese more.
  4. If you can publish it from beta then fine else upload another APK incrementing version code from manage production
  5. Now you can publish it successfully.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!