# 검증 히스토리

개발자가 제출한 앱 바이너리의 검증 요청 및 결과를 확인할 수 있는 페이지입니다.

이 페이지에서 개발자는 검증 진행 상태를 모니터링하고, 승인 여부를 확인할 수 있습니다.

## 검증 히스토리

<figure><img src="https://1837360763-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fot0z57AnnXZ02C5qyePV%2Fuploads%2FOW3hLa0s4vkYnfcuUMTb%2Fimage.png?alt=media&#x26;token=94ebf20e-595a-41fe-9ac2-8c4af5ff0758" alt=""><figcaption></figcaption></figure>

### **검증 요청일**

개발자가 바이너리 검증을 요청한 날짜와 시간

### **검증 완료일**

검증이 완료된 날짜와 시간

### **검증 결과**

* 검증이 완료되면 해당 바이너리에 대한 결과가 표시됩니다.
* 승인 : 검증이 정상적으로  완료되어 승인 된 상태
* 승인(수정 권고) : 검증은 완료되었지만 수정 사유가 있어 개발자가 수정을 해야하는 상태
* 반려 : 검증이 반려된 상태

### **내용 정보**

* 바이너리 정보  : 바이너리에 대한 정보
* 검증 결과서 : 검증 결과에 대한 상세 보고서 제공 (승인, 수정 권고, 반려 등의 사유 포함)
* 검증 결과서 다운로드
  * 검증이 완료되면 개발자는 **검증 결과서**를 통해 자세한 피드백을 확인할 수 있습니다.
  * 특히 "승인(수정 권고)" 또는 "반려"된 경우, 검증 결과서를 참고하여 수정해야 합니다.


---

# Agent Instructions: 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:

```
GET https://onestore-dev.gitbook.io/dev/docs/apps/android/review-history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
