Unable to deactivate APK accidentally uploaded to Prod(无法停用意外上传到 Prod 的 APK)
问题描述
我的应用程序目前处于 Alpha 阶段.在 google play 开发者控制台上,我不小心上传了一个新的 APK 作为生产而不是 alpha.
My application is currently in alpha. On the google play developer console, I accidentally uploaded a new APK as production rather than alpha.
在高级模式下,有一个停用按钮.但是,如果我停用并尝试保存,我会收到一般消息无法保存应用程序.请检查表单是否有错误."我在表格上看不到任何错误.如何停用?
In advanced mode, there is a deactivate button. But if I deactivate and try to save I get the generic message "The application could not be saved. Please check the form for errors." I don't see any errors on the form. How do I deactivate?
我尝试将更高版本上传到 alpha - 这似乎可行 - 但我不希望在 Prod 中使用任何版本,因为我的应用还没有准备好进入黄金时段.
I tried uploading a later version to alpha - that seems to work - but I don't want ANY version in Prod, as my app is not yet ready for prime time.
推荐答案
根据我联系的 Google 客户服务代表:
According to a Google customer service rep I contacted:
如果您想支持多个 APK,但当您的新更新支持与以前的 APK 相同数量的设备时,系统会在您的高级模式中提供停用按钮,系统将不允许此类更新.因此,您需要停用旧版本才能上传新的 APK.
The Deactivate button is provided in your advanced mode when you want to support multiple APKs but when your new update supports the same number of devices as your previous APKs, the system won't allow such update. So it is required for you to deactivate the older version in order to upload your new APK.
Deactivate
按钮仅适用于您有多个活动 APK 的情况.
The Deactivate
button is only useful for situations where you have multiple active APKs.
此外,与他们讨论,目前显然没有任何功能可以让您在将 APK 上传到该选项卡后从生产"选项卡中删除它们,并且如果您的应用程序显然无法启用 Beta 测试未发布,因此在这一点上,如果您不小心将 APK 上传到生产"选项卡,似乎无法撤消您所做的事情.该代表提出的解决方法是更改应用程序的包名称,更改用于签名的密钥库,然后创建一个全新的应用程序.
Furthermore, discussing with them, there is apparently no functionality at this time that allows for you to remove APKs from the Production tab once they've been uploaded to that tab, AND there's apparently no way to enable Beta testing if your app is unpublished, so at this point it seems there's no way to undo what you've done if you accidentally upload an APK to the Production tab by mistake. The workaround proposed by the representative was to change the package name of the app, change the keystore used to sign, and create an entirely new application.
与代表的进一步讨论表明,错误"是如果已经有一个 APK,那么您将无法拥有一个没有 APK 的生产选项卡,但听起来存在一个错误,即它实际上并没有报告这一点这就是原因.
Further discussion with the representative indicated that the "error" is that you can't have a Production tab without an APK if there was one there already, but it sounds like there's a bug in that it doesn't actually report that that's the cause.
这篇关于无法停用意外上传到 Prod 的 APK的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!