Android 如何从 Play 商店中删除应用程序?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11519169/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to remove an app from the Play store?
提问by android developer
I have some test apps that I never intend to publish to the official Play store (aka Android Market), via this website. I need to remove them and use new ones instead, as I've also forgotten where I've put the signing key of the test apps.
我有一些我从未打算通过此网站发布到官方 Play 商店(又名 Android 市场)的测试应用程序。我需要删除它们并改用新的,因为我也忘记了将测试应用程序的签名密钥放在哪里。
So, how do I remove the old test apps from the account?
那么,如何从帐户中删除旧的测试应用程序?
I just can't understand why they have this strict behavior. They said that if the key is not found, the app becomes an orphan. Why couldn't they just check in the server if the app was deleted and notify the user that the app won't get any updates, and give him an alternative for the app via the same publisher.
我就是不明白为什么他们有这种严格的行为。他们说,如果找不到密钥,该应用程序就会成为孤儿。如果应用程序被删除,他们为什么不能直接检查服务器并通知用户该应用程序将不会获得任何更新,并通过同一发布者为他提供该应用程序的替代方案。
For example: "Dear user of App1, this app was removed from the market by the publisher, here're other apps by the publisher that might replace App1 (or: "here's App2 which the publisher intended to replace App1")".
例如:“尊敬的 App1 用户,此应用已被发布者从市场上移除,以下是发布者可能会替换 App1 的其他应用(或:“发布者打算替换 App1 的 App2”)”。
Speaking of test apps, is there a way to do small publishing of the app, so that only specific accounts will be able to download the app from the market?
说到测试app,有没有办法把app做小发布,只有特定账号才能从市场上下载app?
采纳答案by binW
as gtumca-MAC said, unpublish your app and it will be removed.
正如 gtumca-MAC 所说,取消发布您的应用程序,它将被删除。
For For publishing your app for testers only, try hockeyapp. It is a complete platform for publishing betas and has lot of other features as well.
对于仅为测试人员发布您的应用程序,请尝试hockeyapp。它是一个发布测试版的完整平台,并且还具有许多其他功能。
回答by ViliusK
There is no such functionality to remove an application from Developer's Console. You can remove it from Google Play Store by pressing Unpublish button.
没有从开发人员控制台中删除应用程序的功能。您可以通过按取消发布按钮将其从 Google Play 商店中删除。
Although, in the new Developer Console you can leave a feedback, and Google developers are reacting to those feedbacks.
不过,在新的 Developer Console 中,您可以留下反馈,而 Google 开发人员正在对这些反馈做出反应。
I left a feedback and you can do the same: There are people (including me) added apps which they want to to remove from All Applications list. Could you please add a button to hide (or delete) the application from All Applications? Thanks.
我留下了一个反馈,你也可以这样做:有些人(包括我)添加了他们想要从所有应用程序列表中删除的应用程序。您能否添加一个按钮来隐藏(或删除)所有应用程序中的应用程序?谢谢。
Go to https://play.google.com/apps/publish/v2and click "Give us feedback" orange button on the top right corner.
转到https://play.google.com/apps/publish/v2并点击右上角的“给我们反馈”橙色按钮。
回答by Peter Bauer
Unpublishing an App is only possible if you fulfill all the requirements from the app's form.
只有满足应用程序表单中的所有要求,才能取消发布应用程序。
So it is required to:
所以需要:
check and remove all translation languages
add graphics in different resolutions which were not required when the app was first published
fulfill all other requirements of the form
检查并删除所有翻译语言
添加应用程序首次发布时不需要的不同分辨率的图形
满足表格的所有其他要求
This procedure is not customer friendly but it works ;-)
此程序不是客户友好的,但它有效;-)
回答by JanCor
Only if your application has not been published before, it can be deleted. Open your application info in the Google Play developer environment. A dropdown button located in the top right of the screen should be saying "draft". Click it and you will be able to delete the "yet unpublished" Application.
仅当您的应用程序之前未发布时,才可以将其删除。在 Google Play 开发者环境中打开您的应用程序信息。位于屏幕右上角的下拉按钮应显示“草稿”。单击它,您将能够删除“尚未发布”的应用程序。
回答by Kelvs Ricafort
if your app is unpublished and you need to remove it just contact Google Play Developer help via email or google + and give them your app to be deleted package name and they'll be happy to delete it
如果您的应用未发布并且您需要将其删除,只需通过电子邮件或 google + 联系 Google Play 开发人员帮助,并为他们提供要删除的应用程序包名称,他们会很乐意将其删除
回答by MAC
Unpublishyour app from play store it will be removed
从 Play 商店取消发布您的应用程序,它将被删除
You will find one buttonon developer consol called Unpublishjust click here
您会在开发人员控制台上找到一个名为“取消发布”的按钮,只需单击此处
your application from play store
您在 Play 商店中的应用程序