简体   繁体   English

在Google Play上删除已发布的应用

[英]Deleting a published app on Google Play

I recently published an APK and found that it had errors when I went to download it publicly. 我最近发布了一个APK,发现当我去公开下载它时出现了错误。 Unfortuantely, I had named my .keystore my-release-key.keystore and since that was the default, I had overwritten this keystore with a new alias name. 不幸的是,我将我的.keystore命名为my my-release-key.keystore ,由于这是默认设置,所以我用新的别名覆盖了此密钥库。 Now I cannot update my .apk because it is a different .keystore. 现在,我无法更新.apk,因为它是另一个.keystore。

I've tried to find an option to delete my APK but cannot find one. 我试图找到一种删除我的APK的选项,但找不到一个。 Is this possible? 这可能吗?

I got your problem, you can 'Unpublish' your app and make it invisible in Play Store but you cannot remove it from the list of apps in your developer console. 我遇到了您的问题,您可以“取消发布”您的应用程序并使它在Play商店中不可见,但您无法将其从开发者控制台的应用程序列表中删除。 You'll have to upload your app again with a new package name with it's own keystore, then you can send update to it for sure! 您必须使用自己的密钥库,使用新的程序包名称再次上传您的应用程序,然后才能确定发送更新!

PS: Keystore passwords, package names are very important and should be saved safely. PS:密钥库密码,程序包名称非常重要,应安全保存。 Prepare an Excell sheet of passwords and package name before developing the app, my suggestion. 我的建议是在开发应用程序之前准备一张Excell密码表和程序包名称。

上传新的应用程序后,您需要更改应用程序的程序包名称,因为您一旦从Google Play发布应用程序就无法删除,因此请取消发布应用程序并上传新的apk文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM