# Unpublish Android app

### How to remove or unpublish an Android app from the Google Play Store?

If you need to remove your app from the Google Play Store, you can do so from your Google Play Console. Follow the steps below to unpublish or remove your app:

{% embed url="<https://scribehow.com/shared/Unpublish_Android_app__RQe5JN2oTk6iQ0EXxoe8ng>" %}

#### **Step 1: Sign in to Google Play Console**

* Go to the [**Google Play Console**](https://play.google.com/console/developers) and log in with your developer account credentials.
* Navigate to the **All Apps** section and select the app you want to remove.

{% hint style="danger" %}
Only account owners or users with appropriate permissions can manage app availability.
{% endhint %}

#### Step 2: Navigate to the Release section

* In the left sidebar, go to Release > Setup > Advanced Settings.
* Click on the App Availability tab.

#### Step 3: Unpublish your app

* Click on **Unpublish app** to remove it from the Play Store.
* Confirm your action by clicking Save Changes.

{% hint style="danger" %}
Once unpublished, your app will no longer be available for new downloads. However, existing users who have already installed the app can continue using it.
{% endhint %}

#### Step 4: Remove the app permanently (optional)

If you want to permanently remove your app, follow these additional steps:

* Navigate to App Content under Policy & Programs in the left sidebar.
* Click on Manage your app’s availability.
* Select Remove from Google Play and confirm your decision.

{% hint style="danger" %}
Removing your app permanently will delete it from the store, and you won't be able to restore it.
{% endhint %}

#### Important Considerations

* Unpublishing vs. Removing: Unpublishing removes the app from public view but allows existing users to continue using it. Removing the app permanently erases it from the store.
* Policy Compliance: Ensure your app complies with Google Play Store policies before republishing it in the future.
* Data & Users: Users who have already downloaded your app can still access it unless you disable it on their devices.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appmysite.com/frequently-asked-questions/publishing-and-distribution/unpublish-android-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
