Error updating app on Google play store after introducing new google policy

后端 未结 6 942
终归单人心
终归单人心 2020-12-16 18:13

I am trying to upload a new version of my app on play store and getting following error while uploading:-

You can\'t edit this app until you create a new app         


        
6条回答
  •  庸人自扰
    2020-12-16 18:46

    I finally found the answer, I had non-compliant APKs in different tracks if you had non-compliant APKs in different tracks, then that's what you should do

    First: Go to App releases > Click Create Release in the track you need to update

    Second: Upload the compliant APK, make sure to remove the sensitive permissions from this APK

    Third: Retain the current APK

    Fouth: Upload all active APKs from all tracks, you can do that by clicking on ADD FROM LIBRARY button above the upload section, make sure not to deactivate the applications, the declaration form will appear in the bottom of the page

    Fifth: Fill the Declaration form by the following:

    • Compliance Status: Check No

    • Declarations check all

    and save

    Sixth: on the same page after the save, deactivate and remove all the non-compliant APKs and keep the new compliant APK

    Seventh: Click save and review

    and you are done!

提交回复
热议问题