SliiiderCrew
SliiiderCrew

Reputation: 191

Unpublish app button doesn't work

I couldn't understand why the 'Unpublish app' button in Google's Developer Console isn't available (I can see it, but not press it).

Example of how it looks like

It looks as if the link is disabled.

<a class="gwt-Anchor gux-disabled" disabled="">Unpublish app</a>

Anyone has any idea why is it so?

Upvotes: 19

Views: 8785

Answers (5)

Dmitry Grinko
Dmitry Grinko

Reputation: 15204

If the Unpublished button is not working - you have to turn off the Managed publishing status. See these attached screenshots:

enter image description here

enter image description here

Upvotes: 18

K.Amanov
K.Amanov

Reputation: 1618

On Google Play Console:

  1. Open Publishing Overview tab. If Managed Publishing turned on, then turn it off by clicking the 'Manage' button.
  2. Now you can open Advanced Settings and unpublish the app by choosing the 'Unpublished' switch. Don't forget to Save changes.

That's it ))

Upvotes: 5

Muradtheoz
Muradtheoz

Reputation: 580

You have turned on manage publishing that’s why your button is not working You have to turn the manage publish off. Then this button will work. For more you can see this solution video https://youtu.be/EaH1Ls04uK8

Upvotes: 25

IAmGroot
IAmGroot

Reputation: 13855

From my understanding, you cant un-publish an app that is being used. Or after more than 24 hours of publishing.

This is to stop you un-publishing an app that someone has purchased etc.

I had to contact their support team to remove one of my apps. And they something similar to the above (which criteria i met as only I had installed it), so were able to remove it for me.

Contact support for more help / advice on the issue, specific to the app you wish to remove.

Upvotes: 0

Michele La Ferla
Michele La Ferla

Reputation: 6884

This is most probably because the app is still being distributed. It takes a couple of hours for the app to the released. This depends on the localisation of the app. if you left this default, the app will be distributed worldwide.

According to Android Authority:

It takes a few hours for the app to appear. The publication process is automatic and it isn’t too long before your app becomes available for download.

Wait for a bit and try again. It also seems very wierd from Google, however the label has a grey color, making it seem unavailable. In fact it would be available, when clicking on it.

enter image description here

Upvotes: 0

Related Questions