Reputation: 329
Google Play Console forces to show Permissions Declaration Form (see below) as soon as "Create Release" button clicked even if updated APK uploaded without READ_CALL_LOG which caused the warning email from Google before.
How to avoid the Permissions Declaration Form which looks irrelevant if releasing updated APK without sensitive permissions?
PRODUCTION and ALPHA releases were submitted with READ_CALL_LOG permission before Google emailed about prohibit to use it.
Now, during creating new release and once clicking "Create release" button -- it disappears in favor to "Edit release" button, however, there is no release behind (e.g. in BETA track). The only message "You have a release in production/beta/alpha that hasn't been rolled out" within the respective track section is showing.
There is also warning in App Release menu item "You can't edit this app until you create a new app release declaring sensitive permissions.". So, it would be nice to create release which doesn't use sensitive permissions at all.
Could you please advice.
Upvotes: 16
Views: 16309
Reputation: 1
I also encountered the same situation. Even though I uploaded the APK without permission, the sensitive permission form was still active. But I sent it for review as is and it was approved.
Upvotes: 0
Reputation: 502
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.
Upvotes: 2
Reputation: 151
I have also found same issue. Finally i got a solution.
Solution:
Upvotes: 2
Reputation: 329
P.S. Unfortunately, there was no options found how to avoid the form at all without app version release.
Upvotes: 5