# App publishing time

### How much time does it take to publish an Android app on Google Play Store?

After designing your app and configuring essential details such as the app icon, screenshots, description, and metadata, the next step is submitting it to the Google Play Store for review.

#### **Google’s review process**

{% hint style="warning" %}
The Google Play review process ensures that all submitted apps comply with Google's policies and guidelines. During this stage, Google thoroughly examines your app’s design, content, and functionality to verify compliance with Play Store requirements.
{% endhint %}

* The review process typically takes 7–10 business days, though this timeframe may vary depending on factors such as app complexity, security checks, compliance and privacy.
* Apps submitted by new developer accounts may take longer to review due to Google's enhanced verification process.
* Updates to existing apps generally undergo a faster review compared to brand-new app submissions.

#### Account type and closed testing impact

The type of developer account—individual or organisation—also affects how soon your app is published.

* Apps submitted through individual developer accounts often undergo closed testing by default before they are publicly released. This can delay the live deployment of your app even after it is approved.

{% hint style="danger" %}
Apps submitted through individual accounts may face delays due to closed testing. Applying for an organisation account can help fast-track public release after approval.
{% endhint %}

#### **App approval and final deployment**

{% hint style="success" %}
Once your app is successfully approved, it is automatically deployed on the Google Play Store and becomes immediately available for download.
{% endhint %}

It is important to note that the approval timeline may vary based on:

* The complexity of your app and its functionality.
* Potential revisions requested by Google’s review team.
* Developer history, where new developers may experience longer review times.
* Whether your app is subject to closed testing before public release

#### **Preparing for submission**

To avoid delays in the review process, follow these best practices:

* Gather all required assets and information (such as high-quality screenshots, an engaging app description, and proper metadata) in advance.
* Ensure compliance with Google Play’s latest developer policies and content guidelines.
* Test your app thoroughly for bugs or functionality issues before submission.

{% hint style="warning" %}
New developer accounts may experience longer review times due to Google’s enhanced security checks. Preparing all app details in advance can streamline the submission process.
{% endhint %}


---

# 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/app/download/android/app-publishing-time.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.
