How to remove application from app listings on Android Developer Console

498,005

Solution 1

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, 2016

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

enter image description here

Unpublish option can be found in the header area, beside PUBLISHED text. Unpublish link


UPDATE 2020

Due to changes in the new play console, the unpublish option was moved to a different location as follows.
Click All Apps in the left pane. Then click the app you want to remove.

Then under the Setup option in the left pane, Click Advanced Settings.

Then under App Availablity on the right, change the status to UnPublished and click Save Changes at the bottom.

Take a look at the image below:
New UnPublish screenshot

Solution 2

Select Store Presense then Pricing Distribution and select Unpublish from App Availability. enter image description here

Google's help for this is here: https://support.google.com/googleplay/android-developer/answer/113476#unpublish (as of Feb-2020)

Solution 3

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.

enter image description here

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

Regards.

Solution 4

enter image description here

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.

Solution 5

Actually it is now partially possible: https://support.google.com/googleplay/android-developer/answer/9023647

Updates to reports

In late May 2018, you may begin to see changes in your app's metrics based on your users' deletion of data. Some metrics are calculated based on data from users who have agreed to share their data with developers in aggregate.

The metrics that we provide in the Play Console are adjusted to more closely reflect data from all of your users. However, Google will not display data that falls under certain minimum thresholds.

Delete an app or game

You can permanently remove draft apps or games from your Play Console. You can also delete:

  1. Published apps or games that haven't been installed on any devices
  2. Published apps or games that no users are entitled to re-install

In these cases, contact our support team to request that your app's or game's data be permanently deleted.

Share:
498,005
Rafael
Author by

Rafael

Updated on July 08, 2022

Comments

  • Rafael
    Rafael almost 2 years

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

  • Zak
    Zak over 11 years
    sorry but if i unpublish, i can republish one day?
  • Liam W
    Liam W over 11 years
    @Blundell That is quite a bad design - you say there is no way? What if we end up with more than 100 apps on that page when only 5 of them are published...
  • Liam W
    Liam W over 11 years
    I think Google should at least provide a way to hide them from the dashboard... Anyhow, thanks :)
  • Ted
    Ted over 11 years
    That is horrible. I uploaded the app, published it and realized that the name in which it is published is wrong, so I had to create a new account, and wanted to upload the same app there. But that I cannot do. So I have to change everything? Thats just lame.
  • Carl
    Carl about 11 years
    @Ted: You can change the displayed name of the app if you want to - just not the package name.
  • Reuben L.
    Reuben L. about 11 years
    one trick I use is to rename them to something like "Zzzzzxx" so they get sorted to the back.
  • Zordid
    Zordid about 11 years
    This SUCKS horribly! I tried around with the new alpha and beta modes but somehow, Play Store published my app without me wanting that. Now I cannot get rid of that anymore!! SUCKS!
  • Dory
    Dory almost 11 years
    Hey @Reuben L., I am facing a problem,I published application and by mistake i uploaded old apk and I have also lost my old keystore file. So console is not accepting new apk with new keystore. Now whether i should unpublish app,and can i publish app again with same name and package or not. What better i could do..?
  • stefannew
    stefannew over 10 years
    @nads: You can publish an app with the same name, but Play remembers package names. Best bet is to unpublish your first app, change the package name of your app, generate a new keystore, and republish under the same name.
  • Rick
    Rick over 10 years
    Google should put a hide feature
  • Shailendra Madda
    Shailendra Madda over 10 years
    Unfortunately i published my apk in production mode but now i unpublished it and i want to publish it in alpha testers. when i tried this then production apk is publishing but not alpha, so how can i publish only alpha test release mode after publishing production apk?Is there any way to hide production apk and to publish alpha testers apk?
  • Raj Trivedi
    Raj Trivedi about 10 years
    I had published my app with incorrect app name hence I unpublished it.Now I am trying to publish my app with correct app name from different developer console account but I am not allowed to do it.I cannot change the package name of my app.What to do?Please provide suggestions.
  • Henrik Erlandsson
    Henrik Erlandsson over 9 years
    In other words, another move by Google to make you work for them, then not own your data that you created for them.
  • abi
    abi over 8 years
    so how can i remove unpublished app
  • Davor
    Davor over 8 years
    @swooby - No, this isn't the answer. OP knows how to unpublish the app, he want's to delete it from the list of apps in his developer console, and that is not possible.
  • activity
    activity over 8 years
    on the screenshot we see that Store Listing and Content Rating are not done yet. This means the app hasn't been published yet. For published apps "Delete" option is unavailable.
  • Aqib Mumtaz
    Aqib Mumtaz over 8 years
    correct, its written above screenshot that "Unpublished apps can be deleted using "Delete app" button"
  • rainabba
    rainabba about 8 years
    "Unpublished" and "Not-yet-published" are very different and the question says, "to unpublish and then permanently remove" which addresses the "was published" not the "not-yet-published" scenario so your answer isn't applicable to the question even though it is correct and could be helpful to someone dealing with a not-yet-published application.
  • goodKode
    goodKode almost 8 years
    If you still want open beta, but no published release, try this: - set you minSdkVersion to as high as possible (currently 25 is accepted by the play store, BUT no devices are compatible :p ). So you end up with an officially published app which will be just a dead entry with no possible installs. stackoverflow.com/a/39132307/4160084
  • Alexander Pacha
    Alexander Pacha almost 8 years
    What exactly do you mean with live? If an APK has only ever been uploaded to the Alpha channel, but never moved to public beta or production, does the same restriction apply?
  • Federico Picci
    Federico Picci over 7 years
    This isn't the aswer BUT that is what I was looking for,
  • Davide Piras
    Davide Piras about 7 years
    Thanks, this is very helpful I did not see that unpublish link, it is not so visible!
  • Victor Ionescu
    Victor Ionescu almost 7 years
    this doesn't seem to be available anymore. See HuyLe's answer.
  • JP.
    JP. over 6 years
    I am unable to click Unpublish button.
  • Konstantin Konopko
    Konstantin Konopko about 6 years
    And then how can I delete the app from apps list?
  • whd.nsr
    whd.nsr about 6 years
    @KonstantinKonopko once the app published it cannot be deleted from the app list, we can just unpublish it
  • Dror
    Dror almost 6 years
  • Vincent
    Vincent almost 6 years
    That unpublish link no longer exists. Does anybody know the "new way" to unpublish an app?
  • Jaween
    Jaween almost 6 years
    The support team replied to my deletion request with more details of the app deletion requirements: 1) App must be in good standing (not rejected, suspended, or otherwise removed). 2) App must have 0 lifetime installs. 3) App must be unpublished for 24 hours (to ensure 0 installs)
  • sgotre
    sgotre over 5 years
    this should be the correct answer since the ui changed
  • Fantasim
    Fantasim over 4 years
    If you want to be sure your app is hidden from the store for at least (99% of people), just restrict it for a little country in the world, in the price and availability section.
  • SMBiggs
    SMBiggs about 4 years
    Thank you! It didn't occur to me that unpublishing a free app is a sub-category of pricing. I guess I'll never think like google.
  • Saifur Rahman Mohsin
    Saifur Rahman Mohsin almost 4 years
    Google really needs to add a delete feature because this is in high demand and frankly is getting annoying. I’ve dead app listings sitting there doing nothing.
  • WilliaGuy
    WilliaGuy about 3 years
    Google UI & UX has never been its strong suit hahahah