# 바이너리

{% hint style="info" %}
바이너리 유형이 'AAB/APK'인 경우 Android 상품관리의 설정을 자동으로 동기화합니다. \
자세한 설명은 '[여기](/dev/docs/apps/windows.md#binary-type)'를 참고해 주세요
{% endhint %}

## 신규 바이너리 <a href="#id" id="id"></a>

서비스할 앱의 바이너리를 등록하는 메뉴입니다. 등록한 바이너리는 검증 요청 시 설정한 '배포 옵션'에 따라 검증 완료 후 스토어에 서비스됩니다.

### 바이너리 유형 <a href="#id" id="id"></a>

* 바이너리 유형은 '상품현황' 메뉴에서 Windows 앱을 생성할 때 설정합니다.
  * AAB/APK : Android에 등록한 앱을 Windows에 서비스합니다.
  * EXE : Windows 환경에서 설치 가능한 실행파일을 등록 후 서비스합니다.
* 설정한 바이너리 유형은 직접 수정할 수 없습니다.
  * 단, AAB/APK에서 EXE로의 변경은 'Help'를 통해 지원 가능하며, 일시적인 서비스의 제약이 발생할 수 있습니다.&#x20;

### 바이너리 업로드 <a href="#id" id="id"></a>

바이너리 유형에 따라 지원 가능한 바이너리를 업로드할 수 있습니다.

* AAB/APK
  * 'Android 상품관리 > 신규 바이너리'에 등록한 바이너리가 동기화됩니다.
  * 멀티 바이너리가 등록된 경우 먼저 등록된 바이너리가 동기화 됩니다.
  * 바이너리는 아래의 조건을 만족해야 합니다.
    * In-App SDK 지원
    * targetSdkVersion 23 이상
* EXE
  * Windows 환경에서 설치 가능한 파일을 직접 업로드합니다.
  * 바이너리는 아래의 조건을 만족해야 합니다.
    * 2GB 이하의 EXE 파일

<br>

## 상용 바이너리 <a href="#id" id="id"></a>

현재 판매중인 바이너리 정보를 확인할 수 있는 메뉴입니다.


---

# 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/windows/binary.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.
