# ONE store 키 관리 시스템 및 Android App Bundle

### **Android App Bundle을 사용하면 타 마켓에서 동일한 앱을 판매할 수 있나요?** <a href="#onestore-androidappbundle-androidappbundle" id="onestore-androidappbundle-androidappbundle"></a>

\- 타 마켓에서도 동일한 앱을 판매하고 업데이트를 지원을 하기 위해서는 서명 키가 일치하여야 합니다.

\- ONE store 또는 타 마켓에서 생성한 서명 키를 사용하지 않고 직접 생성한 서명키를 등록 하여야 업데이트 가능합니다.

### APK로 판매중인 상품을 AAB로 전환하였을 경우 다시 APK로 전환할 수 있나요? <a href="#onestore-androidappbundle-apk-aab-apk" id="onestore-androidappbundle-apk-aab-apk"></a>

\- 한번 AAB로 전환한 상품은 다시 APK로 전환할 수 없습니다. AAB로 전환 시 신중하게 결정해 주세요.

### **Play store의 Dynamic Feature Delivery 기능을 적용한 앱을 등록할 수 있나요?** <a href="#onestore-androidappbundle-playstore-dynamicfeaturedelivery" id="onestore-androidappbundle-playstore-dynamicfeaturedelivery"></a>

\- 등록은 가능하지만, 사용자들은 Universal APK로만 상품을 다운로드 할 수 있습니다.

### **Play store의 Asset Delivery 기능을 적용한 앱을 등록할 수 있나요?** <a href="#onestore-androidappbundle-playstore-assetdelivery" id="onestore-androidappbundle-playstore-assetdelivery"></a>

\- Play store의 Asset Delivery의 Delivery type중 install-time 만 등록할 수 있습니다.

### **APK를 여러개 등록하여 판매중인데, 키 관리 시스템을 사용할 수 있나요?** <a href="#onestore-androidappbundle-apk" id="onestore-androidappbundle-apk"></a>

\- 키 관리 시스템을 사용하기 위해서는 멀티 바이너리가 아닌 단일 바이너리로 판매하셔야 합니다. 키 관리 시스템을 사용하시려면, 단일 바이너리로 업데이트 한 후 키 관리 시스템을 사용해주세요.

### **검증 완료 시 즉시 적용 옵션을 사용하여 검증 요청 후 검증이 완료되었는데, 판매 대기상태로 확인됩니다.** <a href="#onestore-androidappbundle-." id="onestore-androidappbundle-."></a>

\- AAB 상품은 단말에 맞는 바이너리를 생성하는데 시간이 필요하여 시간 지연이 있습니다. 파일 용량에 따라 다르지만 30분 이내에 완료 될 예정입니다.


---

# 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/help/faq/apps/one-store-android-app-bundle.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.
