How to correctly fill the permission declaration form in the google play console?

后端 未结 3 1525
感情败类
感情败类 2020-12-21 09:51

I have one application which used to be taking sensitive SMS permissions. But I removed them and tried to upload a new APK without those permissions. But when submitting the

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-21 10:45

    After Mar 9, 2019, The option of No, this release does not meet the SMS and call log permissions policy has been gone, and we stuck in the Declaration form that not exactly needed after we removed the sensitive permission list.

    I solved that issue by the following steps:

    All our work will be in "App releases" tab

    1. Make sure you don't use any of the sensitive permissions for the last APK that you uploaded in the Google Console play You can check the final list of permissions by open production track or any track that has the last APK and open the required permissions:

      • click on the android app bundle
      • expand the "Required permissions"

      • If all your APK permissions not on the list of the google sensitive permissions high risk or sensitive permissions you ready to go to the next step

    2. Remove all Active APKs that using the sensitive permissions from all Release tracks.

    Now check all Tracks (Open track, Closed tracks, Internal test track & Pre-registration)

    • Click on Manage for every track that has an Active sensitive permissions APK
    • Create Release
    • DON'T choose any active APK just make sure your Active sensitive permissions APK in the Retain section to be deactivated

    • Choose any option from Declaration form and click review rollout
    • Do the above steps with all active tracks that have active APK with sensitive APK except the Production Track.

    Then for the Production track Create Release with your Latest APK (without sensitive APK) and you will find that Declaration form has gone.

    Submit and Rollout

提交回复
热议问题