> 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/202510.md).

# October 2025 Update Notice

Hello, Developers!\
Updates to the ONE store Developer Center were completed on Oct 14, 2025.\
Below are the details of these changes.

{% hint style="info" %}

### Key Updates Summary <a href="#key-updates-summary" id="key-updates-summary"></a>

* Pre-registration Supported When Expanding to New Countries/Regions
  {% endhint %}

***

### **| Pre-registration Supported When Expanding to New Countries/Regions** <a href="#id-3-.-windows" id="id-3-.-windows"></a>

**\[Main Information]**

* When expanding sequentially by country/region, verification requests are managed separately for each country/region so that pre-registration can also proceed.
* The main changes are as follows. For more details, please refer to the [Pre-registration Guide](https://onestore-dev.gitbook.io/dev/eng/docs/apps/android/pre-registration).

<table><thead><tr><th width="334">Category</th><th>Description</th></tr></thead><tbody><tr><td><strong>Before the first official app release</strong></td><td>If verification is completed in any country/region, the information at the time of the verification request will be reflected in pre-registration.</td></tr><tr><td><strong>After the first official app release</strong></td><td>The Basic Info of the released official app will be automatically synchronized with pre-registration.</td></tr></tbody></table>

**\[Displayed Information]**

You can request verification for countries/regions where the settings have been completed, and after verification is completed, pre-registration will automatically proceed according to the settings.

* If verification is in progress, you cannot request additional verification until it is completed.
* Once verification is completed, pre-registration will automatically proceed according to the country/region settings.
* In countries/regions where the official app has been released, pre-registration will automatically end.

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

* Pre-registration that has ended due to release cannot be restarted, so please carefully select distribution options when requesting official app verification.
  {% 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/202510.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.
