> For the complete documentation index, see [llms.txt](https://docs.digitalturbine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalturbine.com/one-store/configuring-apps-in-one-store-developer-center/registering-an-app-for-one-store.md).

# Registering an App for ONE store

To be a part of ONE store, apps need to be registered in the [ONE store Developer Center](https://dev.onestore.net/). If you are not a ONE store member yet, [sign up](https://onestore-dev.gitbook.io/dev/eng/docs/member/sign-up) to gain access.

Registering your app adds your app to the ONE store ecosystem. Registration requires basic information about your app, such as app title, default language, and package name. Once registered, you can add additional details such as third-party IP, probabilistic items, and In‑App Purchase (IAP) items.

{% hint style="info" %}
The US market is only available for official Android app releases. Android apps in beta testing are not supported for the US market.
{% endhint %}

To register your app in ONE store:

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

<div data-with-frame="true"><img src="/files/6b406257a202315b667e284321768f2ff9f67517" alt=""></div>

2. Click **+ Register App**.\
   The **Register App** form appears.

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

3. For **Service classification**, select **Official release**.
4. For **OS Select**, select **Android** and enter your app title, default language, and unique package name. For more information about these app details, see [Register New App](https://onestore-dev.gitbook.io/dev/eng/docs/apps/register-app#android) in the ONE store Development Center documentation.&#x20;
5. Click **Check duplication** to confirm that your package name is unique.&#x20;
6. Click **Register**.\
   Your app displays on the Apps dashboard in **Draft** status until it is reviewed and approved for publication to the ONE store.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digitalturbine.com/one-store/configuring-apps-in-one-store-developer-center/registering-an-app-for-one-store.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
