chronotrigga
chronotrigga

Reputation: 609

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. 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. Now I cannot update my .apk because it is a different .keystore.

I've tried to find an option to delete my APK but cannot find one. Is this possible?

Upvotes: 0

Views: 463

Answers (2)

Pradeep Bishnoi
Pradeep Bishnoi

Reputation: 1873

You have need change package name of application after that upload new application because you cant delete once publish app from google play so please do unpublish app and upload new apk file

Upvotes: 1

Ajinkya More
Ajinkya More

Reputation: 425

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. 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!

P.S: Keystore passwords, package names are very important and should be saved safely. Prepare an Excell sheet of passwords and package name before developing the app, my suggestion.

Upvotes: 3

Related Questions