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

后端 未结 3 962
说谎
说谎 2021-01-12 01:53

TL;DR

Google Play Console forces to show Permissions Declaration Form (see below) as soon as \"Create Release\" button clicked even if updated APK uploaded without

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-12 02:17

    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.

提交回复
热议问题