Google Play控制台-如何删除已发布应用程序的更新

问题描述:

我很拼命.我通过新的Play开发者控制台在Play商店上发布了某个应用的错误更新.

i'm desperate. I published the wrong update for an app on the play store by the new Play Developer Console.

否,我不需要回滚更新,只需删除它并重新发布以前的更新即可.

No i need to rollback my update, simply REMOVING it and re-publish the previous.

我无法理解两件事:

  • 如何从应用程序版本菜单中将其删除
  • 重新发布上一个

请帮助我! 预先感谢

在以前的Google Developer Console版本中,可以取消发布最后一个.apk并生成所需的版本

In previous versions of Google Developer Console this could be possible unpublising the last .apk and enable to production your desired version

但是现在不可能.

请注意,由于以下原因,不支持回滚 : Android平台的应用版本控制要求.如果需要回滚,请考虑使用新版本号启动以前的APK.但是,此做法仅应作为最后的手段,因为用户将失去对新功能的访问权限,并且您的旧应用可能与您的服务器更改或数据格式不兼容,因此请务必对您的服务器运行alpha和beta测试更新.

您可以看到以前的版本,但无法再次启用:

You can see the previous releases but you can´t enable again:

您需要使用连续的versionCode创建和发布新版本.

You need to create and publish a new release with a consecutive versionCode.