Google Play - Fully Shadowed apk

后端 未结 19 2788
青春惊慌失措
青春惊慌失措 2020-12-13 17:48

I have an existing app on the PlayStore. I am releasing new version of the app as staged rollout. However, I am not able to publish the app due to \"Fully S

19条回答
  •  攒了一身酷
    2020-12-13 18:02

    I had exactly the same issue and resolved it by using the following versionCode entry in config.xml:

    Here android-versionCode is critical. It must be an integer greater than the number associated with last APK that you have uploaded. Due to some reason my previous version had an additional zero in between creating a higher number which went unnoticed. Since I can't change that because its published I added a zero in the new versionCode and made it 3001001 instead of 300101.

    Worked perfectly.

    Hope that helps.

提交回复
热议问题