# Publishing an App

## Submitting an App for Review

Before going live on the ONE store, all apps undergo a review. The app review process confirms that your app meets the ONE store review guidelines, such as restricted content and personal information. DT recommends reviewing the [ONE store Review Guidelines](https://onestore-dev.gitbook.io/dev/eng/docs/review/one-store-review-guideline) in the ONE store Developer Center documentation before you submit your app for Review.&#x20;

{% hint style="warning" %}
ONE store and Digital Turbine jointly manage app reviews. Apps for US distribution require a separate review request and may extend the verification period by five additional business days.&#x20;
{% endhint %}

## Requesting an App Review

To request an app review:

1. In the [ONE store Developer Center](https://dev.onestore.net/), go to **APPS→Applications**.
2. Select your app.\
   The **Main Info** page appears.
3. Click **Request for Review**.

<div align="left" data-with-frame="true"><img src="/files/17b0a9051d966fba4d4ea4c5a7e5d15196a75aa7" alt=""></div>

4. Click **OK** in the message that pops up.

<div align="left" data-with-frame="true"><img src="/files/e380bfdf339b33a2b59489d8d804ef4b272a1cf0" alt=""></div>

5. In the **Title/Description** section, enter the following items:

* **3rd Party Payment method**
* **Google Play package name**
* **Search keyword**

{% hint style="warning" %}
You cannot revise product detail information when you submit an app for Review.
{% endhint %}

6. For **Applying Android Auto**, indicate one of the following responses:

* If your app supports Android Auto, select **Yes**.
* If your app does not support Android Auto, select **No**.

For more information, see [Android Auto Review Guidelines](https://onestore-dev.gitbook.io/dev/eng/docs/review/android-auto-review-guideline) in the ONE store Developer Center documentation.

7. For the **Ad SDK Integration Status**, indicate one of the following responses:

* If your app includes an Ad SDK Integration, select **Yes**.
* If your app does not include an Ad SDK Integration, select **No**.

8. In the **Option for Publishing Apps** section, select one of the following responses:

* Immediate: `I want the app to be published immediately and automatically once the app is approved` *.*
* Manual: `I want to manually publish the app after the app is approved`*.*
* Scheduled: `I want to set the date/time to publish the app after it is approved`*.*

<div align="left" data-with-frame="true"><img src="/files/d80102a3338292932c4eab337f2c7ee5425ac957" alt=""></div>

9. To submit a modified or updated app, do the following in the **Reference for Review** section:

* In the **Recent changes** area, enter information notifying customers of any changes.
* In the **Reference for Review** area, enter information for the App Review team to explain which kind of part has been changed.

10. Click **Save**.

    The app is submitted for review.

## Checking the Review Status

To check the review status, do the following:

1. In the [ONE store Developer Center](https://dev.onestore.net/), go to **APPS→Applications**.

The list of Apps appears and includes a **Review Status**. One of the following categories appears:

* **In Review**: App is in the review process and verifies the app contents.
* **Approved**: App is approved and you can sell it immediately.
* **Rejected**: Review is rejected.

<div align="left" data-with-frame="true"><img src="/files/690a4f2ba58049b9412c52e9f1efcbfd6d954e13" alt=""></div>

To get more details about the review:

1. Go to **APPS→Applications** and select an App.\
   The **Common Info** window appears.&#x20;
2. Click **Android App mgnt.→** **Review History**.\
   The app review history per app version appears.

<div align="left" data-with-frame="true"><img src="/files/a0e9fe901c3183a68bb073fd3f7511c77a03cec4" alt=""></div>

3. To see the result document for rejected apps, click **View Review Result**.\
   The result document appears in a new tab.&#x20;
4. Resolve the reasons for the rejection and request a re-evaluation.


---

# 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.digitalturbine.com/one-store/configuring-apps-in-one-store-developer-center/publishing-an-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.
