如何从Android开发人员控制台的应用程序列表中删除应用程序

时间:2023-01-21 19:52:43

Is there any way to unpublish and then permanently remove an application from the list of applications on Android Developer Console?

有什么方法可以从Android开发人员控制台的应用程序列表中取消发布并永久删除应用程序吗?

9 个解决方案

#1


233  

No, you can unpublish but once your application has been live on the market you cannot delete it. (Each package name is unique and Google remembers all package names anyway so you could use this a reminder)

不,您可以取消发布,但是一旦您的应用程序已经在市场上运行,您就不能删除它。(每个包名都是唯一的,谷歌记住了所有包名,所以您可以使用这个作为提醒)

The "Delete" button only works for unpublished version of your app. Once you published your app or a particular version of it, you cannot delete it from the Market. However, you can still "unpublish" it. The "Delete" button is only handy when you uploaded a new version, then you realized you goofed and want to remove that new version before publishing it.

“删除”按钮只适用于未发布的应用程序。一旦你发布了应用程序或特定版本的应用程序,你就不能从市场上删除它。但是,您仍然可以“取消发布”它。“删除”按钮只有在你上传一个新版本时才有用,然后你意识到你犯了一个错误,想在发布之前删除这个新版本。

A reference

一个参考


Update, you can now filter out unpublished or draft apps from your listing.

更新,您现在可以从您的列表中过滤出未发布的或草拟的应用程序。

如何从Android开发人员控制台的应用程序列表中删除应用程序

Unpublish option can be found in the header area, beside PUBLISHED text. 如何从Android开发人员控制台的应用程序列表中删除应用程序

Unpublish选项可以在标题区域中找到,在已发布的文本旁边。

#2


89  

Select Store Presense then Pricing Distribution and select Unpublish from App Availability. 如何从Android开发人员控制台的应用程序列表中删除应用程序

选择Store Presense然后是定价分发,选择Unpublish from App Availability。

#3


66  

you can remove an App from the store or "Unpublish" by clicking a tiny label bellow your app's title, right side of the "PUBLISHED" green status label.

你可以通过点击“发布”绿色状态标签上的一个小标签,从商店中删除一个应用程序,或者“取消发布”。

如何从Android开发人员控制台的应用程序列表中删除应用程序

Works even if your app was live (published) for long time, mine was.

即使你的应用程序已经发布了很长时间,我的也是。

Regards.

的问候。

#4


24  

如何从Android开发人员控制台的应用程序列表中删除应用程序

From Google Play Console, Select your app. Select Store Presence and select Pricing and Distribution from the side menu. There is a toggle switch to Publish and Unpublish app. Select UnPublish and click Submit Update Button in the top right corner.

从谷歌播放控制台,选择您的应用程序。选择Store Presence,并从侧边菜单中选择价格和分销。有一个切换到发布和取消发布的应用。选择Unpublish并点击右上角的Submit Update按钮。

#5


6  

No, you cannot delete the application once you have published it in Google Play. Google will keep all the apk files. But you can unpublish the version, if you dont want that version to be availaible to user.

不,一旦在谷歌Play中发布了应用程序,就不能删除它。谷歌将保存所有apk文件。但是,如果您不希望用户使用该版本,您可以取消发布版本。

#6


1  

The one exception worth noting is that while you can't delete apps, the folks over at Google Play Developer Support are able to on their end if the app is both unpublished and has 0 lifetime installs. So if your app has 0 lifetime installs, you might be in luck.

值得注意的一个例外是,虽然你不能删除应用程序,但是谷歌Play Developer Support的工作人员可以在他们的终端上,如果应用程序是未发布的,并且有0个终身安装。所以如果你的应用程序有0个生命周期,你可能很幸运。

First you will need unpublish the app and wait 24 hours (to allow global stats to update and ensure that no last-minute installs happened). Assuming no last-minute installs happen over those 24 hours, you can contact Google Play Developer Support and check to see if they can delete it.

首先,您需要取消该应用程序的发布并等待24小时(以允许global stats更新,并确保不会在最后一刻安装)。假设在24小时内没有紧急安装,您可以联系谷歌Play开发人员支持并检查他们是否可以删除它。

Please note that their requirement for 0 installs is a hard requirement. No exceptions can be made (not even if you installed the app yourself for testing purposes).

请注意,他们对0安装的要求是一个硬要求。不能有任何异常(即使您自己为测试目的安装了应用程序)。

#7


0  

Once application is made live by publishing it then you can't delete it, although Unpublished apps can be deleted using "Delete app" button as shown :

一旦应用程序通过发布而被激活,那么你就不能删除它,尽管未发布的应用程序可以通过“删除应用”按钮被删除,如下所示:

如何从Android开发人员控制台的应用程序列表中删除应用程序

#8


0  

Once app is published once it cannot be deleted from the listing in your console, but rather you can unpublish it only and if you want you can use the filters to hide it from the listing, but the draft apps you can delete them or hide them.

一旦应用程序被发布,它就不能从控制台的列表中删除,而是可以取消它的发布,如果你想要,你可以使用过滤器将它隐藏到列表中,但是草稿应用程序你可以删除它们或者隐藏它们。

#9


0  

There is strictly no service provided yet from Google Store to delete/remove production app and also you can't change production build for best test.

严格来说,谷歌商店还没有提供删除或删除生产应用程序的服务,而且您也不能更改生产构建以获得最佳测试。

#1


233  

No, you can unpublish but once your application has been live on the market you cannot delete it. (Each package name is unique and Google remembers all package names anyway so you could use this a reminder)

不,您可以取消发布,但是一旦您的应用程序已经在市场上运行,您就不能删除它。(每个包名都是唯一的,谷歌记住了所有包名,所以您可以使用这个作为提醒)

The "Delete" button only works for unpublished version of your app. Once you published your app or a particular version of it, you cannot delete it from the Market. However, you can still "unpublish" it. The "Delete" button is only handy when you uploaded a new version, then you realized you goofed and want to remove that new version before publishing it.

“删除”按钮只适用于未发布的应用程序。一旦你发布了应用程序或特定版本的应用程序,你就不能从市场上删除它。但是,您仍然可以“取消发布”它。“删除”按钮只有在你上传一个新版本时才有用,然后你意识到你犯了一个错误,想在发布之前删除这个新版本。

A reference

一个参考


Update, you can now filter out unpublished or draft apps from your listing.

更新,您现在可以从您的列表中过滤出未发布的或草拟的应用程序。

如何从Android开发人员控制台的应用程序列表中删除应用程序

Unpublish option can be found in the header area, beside PUBLISHED text. 如何从Android开发人员控制台的应用程序列表中删除应用程序

Unpublish选项可以在标题区域中找到,在已发布的文本旁边。

#2


89  

Select Store Presense then Pricing Distribution and select Unpublish from App Availability. 如何从Android开发人员控制台的应用程序列表中删除应用程序

选择Store Presense然后是定价分发,选择Unpublish from App Availability。

#3


66  

you can remove an App from the store or "Unpublish" by clicking a tiny label bellow your app's title, right side of the "PUBLISHED" green status label.

你可以通过点击“发布”绿色状态标签上的一个小标签,从商店中删除一个应用程序,或者“取消发布”。

如何从Android开发人员控制台的应用程序列表中删除应用程序

Works even if your app was live (published) for long time, mine was.

即使你的应用程序已经发布了很长时间,我的也是。

Regards.

的问候。

#4


24  

如何从Android开发人员控制台的应用程序列表中删除应用程序

From Google Play Console, Select your app. Select Store Presence and select Pricing and Distribution from the side menu. There is a toggle switch to Publish and Unpublish app. Select UnPublish and click Submit Update Button in the top right corner.

从谷歌播放控制台,选择您的应用程序。选择Store Presence,并从侧边菜单中选择价格和分销。有一个切换到发布和取消发布的应用。选择Unpublish并点击右上角的Submit Update按钮。

#5


6  

No, you cannot delete the application once you have published it in Google Play. Google will keep all the apk files. But you can unpublish the version, if you dont want that version to be availaible to user.

不,一旦在谷歌Play中发布了应用程序,就不能删除它。谷歌将保存所有apk文件。但是,如果您不希望用户使用该版本,您可以取消发布版本。

#6


1  

The one exception worth noting is that while you can't delete apps, the folks over at Google Play Developer Support are able to on their end if the app is both unpublished and has 0 lifetime installs. So if your app has 0 lifetime installs, you might be in luck.

值得注意的一个例外是,虽然你不能删除应用程序,但是谷歌Play Developer Support的工作人员可以在他们的终端上,如果应用程序是未发布的,并且有0个终身安装。所以如果你的应用程序有0个生命周期,你可能很幸运。

First you will need unpublish the app and wait 24 hours (to allow global stats to update and ensure that no last-minute installs happened). Assuming no last-minute installs happen over those 24 hours, you can contact Google Play Developer Support and check to see if they can delete it.

首先,您需要取消该应用程序的发布并等待24小时(以允许global stats更新,并确保不会在最后一刻安装)。假设在24小时内没有紧急安装,您可以联系谷歌Play开发人员支持并检查他们是否可以删除它。

Please note that their requirement for 0 installs is a hard requirement. No exceptions can be made (not even if you installed the app yourself for testing purposes).

请注意,他们对0安装的要求是一个硬要求。不能有任何异常(即使您自己为测试目的安装了应用程序)。

#7


0  

Once application is made live by publishing it then you can't delete it, although Unpublished apps can be deleted using "Delete app" button as shown :

一旦应用程序通过发布而被激活,那么你就不能删除它,尽管未发布的应用程序可以通过“删除应用”按钮被删除,如下所示:

如何从Android开发人员控制台的应用程序列表中删除应用程序

#8


0  

Once app is published once it cannot be deleted from the listing in your console, but rather you can unpublish it only and if you want you can use the filters to hide it from the listing, but the draft apps you can delete them or hide them.

一旦应用程序被发布,它就不能从控制台的列表中删除,而是可以取消它的发布,如果你想要,你可以使用过滤器将它隐藏到列表中,但是草稿应用程序你可以删除它们或者隐藏它们。

#9


0  

There is strictly no service provided yet from Google Store to delete/remove production app and also you can't change production build for best test.

严格来说,谷歌商店还没有提供删除或删除生产应用程序的服务,而且您也不能更改生产构建以获得最佳测试。