Google Play Console - How remove an update of published application(Google Play 控制台 - 如何删除已发布应用程序的更新)
问题描述
我很绝望.我通过新的 Play 开发者控制台在 Play 商店中发布了错误的应用更新.
不,我需要回滚我的更新,只需将其删除并重新发布之前的更新即可.
我无法理解两件事:
- 如何从应用版本菜单中删除它
- 重新发布上一篇
请帮帮我!在此先感谢
在以前版本的 Google Developer Console 中,可以取消发布最后一个 .apk 并启用生产所需的版本
但现在不可能了.
您需要创建并发布具有连续 versionCode
的新版本.
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.
I cannot understand 2 things:
- how remove it from the apps versions menu
- re-publish the previous one
Please help me! Thanks in advance
In previous versions of Google Developer Console this could be possible unpublising the last .apk and enable to production your desired version
but now it can´t be possible.
Note that rollbacks aren’t supported due to the app versioning requirements of the Android platform. If you need to rollback, consider launching a previous APK with a new version number. However, this practice should be used only as a last resort, as users will lose access to new features and your old app may not be forward-compatible with your server changes or data formats, so be sure to run alpha and beta tests of your updates.
You can see the previous releases but you can´t enable again:
You need to create and publish a new release with a consecutive versionCode
.
这篇关于Google Play 控制台 - 如何删除已发布应用程序的更新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!