> 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/docs/apps/windows/review-history.md).

# 검증 히스토리

앱을 검증 요청한 내역을 확인하고, 진행 상태 및 결과를 확인할 수 있습니다.

## 검증 요청일 <a href="#id" id="id"></a>

* 앱 검증을 요청한 날짜와 시간입니다.

## 검증 완료일 <a href="#id" id="id"></a>

* 앱 검증이 완료된 날짜와 시간입니다.

## 검증 결과 <a href="#id" id="id"></a>

* 검증 진행 상태 및 결과가 표시됩니다.
  * 검증중 : 검증이 진행 중인 상태입니다.
  * 승인 : 검증이 완료되어 배포할 수 있는 상태입니다.
  * 승인(수정 권고) : 검증이 완료되어 배포할 수 있는 상태입니다.
    * '검증 결과서'를 확인하여 권고 사항을 빠른 시일 내에 조치해 주시기 바랍니다.
    * 지속적으로 수정 권고가 발생하는 경우 앱 판매에 제약이 발생할 수 있습니다.
  * 반려 : 검증이 반려된 상태입니다.
    * '검증 결과서'를 확인하여 조치한 후 다시 검증을 요청할 수 있습니다.

## 내용 정보 <a href="#id" id="id"></a>

### 검증 요청 정보 <a href="#id" id="id"></a>

* 배포 옵션 등 검증 요청 시 설정한 정보를 확인할 수 있습니다.
* '검증중'인 상태에서만 제공됩니다.

### 바이너리 정보 <a href="#id" id="id"></a>

* 검증 요청된 바이너리의 정보를 확인할 수 있습니다.

### 검증 결과서 <a href="#id" id="id"></a>

* 검증이 완료된 경우 검증 결과에 대한 상세 보고서를 확인할 수 있습니다.
* '승인(수정 권고)', '반려' 인 경우 검증 결과서의 피드백에 따라 수정 등의 조치를 취해야 합니다.&#x20;


---

# 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/docs/apps/windows/review-history.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.
