> For the complete documentation index, see [llms.txt](https://onestore-dev.gitbook.io/dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onestore-dev.gitbook.io/dev/eng/help/release/202503.md).

# March 2025 Update Notice

Hello, Developers!\
We are excited to share the upcoming updates to the ONE store Developer Center, scheduled for March 20, 2025. Below are the details of the changes:

{% hint style="info" %}
**Key Updates Summary**

* You can now register apps for the Windows OS.
* The **\[Request for Review]** button has been improved for easier and more convenient review submission and distribution management.
* You can now check and manage distribution status by country/region.
* Launching in the United States has become simpler than ever.
* Settlement Method for Apps Sold in the United States is Changing.
  {% endhint %}

### **| Start Selling Your Apps for Windows OS** <a href="#id-3-.-windows" id="id-3-.-windows"></a>

* Developers can now sell apps on Windows OS through **ONE GameLoop**, ONE store's PC App player platform.
* Once a developer registers a Windows app on the ONE store Developer Center, users can download the app from the ONE GameLoop platform installed on their PCs.

{% hint style="info" %}

* &#x20;[**Visit** **ONE GameLoop**](https://m.onestore.co.kr/ko-kr/gameloop/onegameloop.omp)
  {% endhint %}

{% hint style="warning" %}
**Important Notes**

* You can now register both Android and Windows apps under a single product.
* If you've already registered an Android app, you can use the **\[+OS Add]** feature to add a Windows app to your product.
* Windows apps support both AAB/APK and EXE Binary.
  {% endhint %}

### **| The \[Request for Review] Button is Now More Convenient** <a href="#id-3-.-windows" id="id-3-.-windows"></a>

* The **\[Request for Review]** button, previously located at the top of the detailed screen, is now fixed at the top of the left menu for easier access after the update.

<figure><img src="/files/5JaqadVrSCmIAHaSQvcH" alt=""><figcaption></figcaption></figure>

* You can easily check the current review progress status directly from the **\[Request for Review]** button after submitting a request.

<table><thead><tr><th width="305.272705078125">Request for Review Button Status</th><th>Description</th></tr></thead><tbody><tr><td><strong>[In Review]</strong></td><td>The review process is currently underway.</td></tr><tr><td><strong>[Distribution Mgmt.]</strong></td><td>The review has been completed, but the app has not yet been distributed.</td></tr><tr><td><strong>[Request for Review]</strong></td><td>The review has been completed for apps submitted with the [Apply Immediate] option.</td></tr></tbody></table>

{% hint style="info" %}
**How to Cancel a Request for Review**

If a review has not yet started, you can cancel your request for review at any time.

**\[How to Cancel a Request for Review]**

1. Click the \[In Review] button.
2. Navigate to the Distribution Management page.
3. Scroll down and click the \[Cancel Review] button.
   {% endhint %}

### **| Manage Distribution Status by Country/Region** <a href="#id-3-.-windows" id="id-3-.-windows"></a>

* You can now view your app's distribution status categorized by country/region directly from the ONE store Developer Center.\
  Check distribution statuses for each country/region and manage your apps more efficiently.

### **| Launching in the United States is Now Easier** <a href="#id-3-.-windows" id="id-3-.-windows"></a>

* When launching in the United States for the first time, you can now submit review requests along with other countries/regions simultaneously.
* Prepare for your United States launch more conveniently than ever!

### **| Settlement Method for Apps Sold in the United States is Changing** <a href="#id-3-.-windows" id="id-3-.-windows"></a>

{% hint style="info" %}
[Learn More About the Updated Settlement Method](https://onestore-dev.gitbook.io/dev/eng/help/faq/global#settlement)
{% endhint %}

{% hint style="danger" %}
**Important Notes**

* To ensure proper settlement for Apps sold in the United States, Developers must review the updated settlement method.
* You must complete the **Tipalti registration and enrollment process** for the settlement to proceed smoothly.
  {% endhint %}


---

# 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://onestore-dev.gitbook.io/dev/eng/help/release/202503.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.
