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

# July 2025 Update Notice

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

{% hint style="info" %}

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

* The **\[Request for Review]** button is now always enabled.
* The review request page has been improved so you can easily check all required corrections and modifications at a glance, at any time before submitting your review request.
  {% endhint %}

***

### **|** \[Request for Review] Button is Always Enabled <a href="#id-3-.-windows" id="id-3-.-windows"></a>

The **\[Request for Review]** button is now enabled at all times, regardless of whether there are any changes to your app.

| Before                                                              | After                                    |
| ------------------------------------------------------------------- | ---------------------------------------- |
| The button was enabled only when there were items requiring review. | The button remains enabled at all times. |

{% hint style="info" %}
**Next Steps After Clicking \[Request for Review] Button**

* <mark style="background-color:blue;">**When There Are No Items to Review**</mark>
  * The review request page will display a message stating: “No items available for request for review.”
* <mark style="background-color:blue;">**When There Are Items to Review**</mark>
  * **If corrections or modifications are required:** The relevant items will be displayed clearly on the screen.
  * **If no corrections are needed:** You may proceed with the review request immediately.
    {% endhint %}

***

### **|** Improved Review Request Page for Easier Identification of Required Corrections <a href="#id-3-.-windows" id="id-3-.-windows"></a>

* All items that require corrections or modifications are now presented together on a single screen.
* You can also review these items at any time prior to submitting a review request, making your preparation more convenient.

<figure><img src="/files/to5Ku2hkj1yjTEdHHN0k" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

### Information Provided on the Review Request Page

* <mark style="background-color:blue;">**General Review Notices**</mark>
  * These are informational messages related to the review request.
  * They are provided for informational purposes only and do not restrict the ability to submit a review request.
* <mark style="background-color:yellow;">**Important Notices**</mark>
  * These warnings highlight issues that must be acknowledged before requesting a review.
  * While you can still proceed without resolving these notices, it is strongly recommended to review and understand them.
  * *Example:* Certain options you selected may be excluded during distribution.
* <mark style="background-color:red;">**Mandatory Correction Items**</mark>
  * These items must be corrected or completed before you can submit a review request.
    {% endhint %}

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/202507.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.
