Delete an unpublished app from Google Play

60,771

Solution 1

There is an unofficial delete which might possibly be a bug/glitch in the old android developer console. The instructions are below.

  1. Switch back to old developer panel
  2. Select application for deletion and make sure that it's description and all necessary publishing components are filled out. (you may use fake info)
  3. Save application as a draft. DO NOT PUBLISH
  4. Select the APK tab
  5. Press delete on the current activated APK and your draft application should be deleted. You might need to press "Switch to advanced" for this screen to show.

CRUCIAL - Application must not have been published before.

Solution 2

There is not possible to delete an application from google console but you can request to delete an app. https://support.google.com/googleplay/android-developer/contact/publishing

enter image description here

Solution 3

You can delete an app anytime before it is published. Note this answer was given before the OP specified that his app had not yet been published.

After it has been published, it "owns" its unique packagename forever in the Google PlayStore app naming hierarchy like com.yourdomain.yourapp.

There is no "deleting" this packagename after publication. That would cause mayhem.

Google Analytics, for example needs this permanent unique id. Hostile developers could take over your packagename by forcing you to delete it with bad review attacks.

The package name itself is not really a public-facing asset. If all you want to do is "reboot" your app (ie start again with zero downloads and reviews) then just unpublish (retire) the old packagename and republish the apk under a new packagename.

The right way to publish your app is using the alpha and beta streams in the dev console which do not retain reviews.

The only problem with this is the rule about once an app (package) is priced as free, it remains forever free, meaning you have to republish under a new package name to price a free beta.

Paid betas are only possible if you already have successful apps.

PlayStore publication policies are in constant flux (there is now a manual review policy). You may wish to take your concerns to them directly - they do respond.

I am sure every developer wants to delete and republish an app after finding out that it won't run on device X, because device X manufacturer has tweaked Android, causing device X owners to give the app unfair reviews.

This is also a way to avoid giving people free upgrades to your apps forever, which is not realistic, esp. given piracy stats. Owners often reboot to start fresh after a major upgrade.

You may want to adopt a packagename with a major version codename baked in, like the big boys do it (mountainlion, xenial, marshmallow, etc) like com.yourdomain.yourapp.codename.

X is usually Samsung

Solution 4

Not. there is no way, you only can unpublish and make it invisible for users but in the developer console you will se ever and ever

Solution 5

The responses above are outdated. The Developer Console offers now a "Delete app" link, right below the name of the application (for applications that have never been published).

More info: How to delete the published app from developer console android

Share:
60,771
Ali
Author by

Ali

Updated on June 29, 2021

Comments

  • Ali
    Ali about 3 years

    I create a new app in my Google play account. I did not publish it yet. It is just ready to publish.

    Is there any way to delete it permanently from my account since it is not published yet?

    I can not find any remove or delete button. I read here and here, but I couldn't find any delete button.


    What about if the app is published only to alpha, or perhaps beta - in those cases can you reuse the package name?