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

# August 2025 Update Notice

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

{% hint style="info" %}

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

* Developer's can now sell subscription  products in the United States.
  {% endhint %}

***

### **|** Notice on Subscription Product Sales in the United States <a href="#id-3-.-windows" id="id-3-.-windows"></a>

Subscription products can now be sold in the United States.

If you add the United States to your distribution countries/regions and have registered subscription products, make sure to add US local pricing.

{% hint style="info" %}
**Infomation**

* Subscription products cannot be sold yet in Singapore and Taiwan.
* Even if Singapore and Taiwan are included in the distribution countries/regions and subscription products are registered, product information will not be distributed to these countries/regions.
  {% endhint %}

**In-app product types provided by country and region**

| Country/Region    | Provided In-app Product Types  |
| ----------------- | ------------------------------ |
| **South Korea**   | Managed, Subscription products |
| **United States** | Managed, Subscription products |
| **Singapore**     | Managed products               |
| **Taiwan**        | Managed products               |

We remain committed to continuously improving our services to better support developers.\
Thank you for your continued cooperation.


---

# 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/202508.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.
