# 기본정보

필수적으로 입력해야 하는 **기본정보 설정 화면**입니다. 개발자는 이 페이지에서 앱의 패키지 네임, 서비스 구분, 광고 SDK 적용 여부 등을 설정할 수 있습니다.

<figure><img src="https://1837360763-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fot0z57AnnXZ02C5qyePV%2Fuploads%2F16JQj5KjASjBhxUwXTJa%2Fimage.png?alt=media&#x26;token=3a84b04c-9653-46c7-a490-6b08a2c41cc6" alt=""><figcaption></figcaption></figure>

### 서비스 구분

* 앱의 출시 상태를 선택합니다.
  * `정식 출시`: 정식으로 원스토어에 출시하는 앱입니다.
  * `베타 출시`: 베타 게임 참여를 위한 목적으로 출시하는 앱입니다.

### 패키지 네임

* 패키지 네임은 앱의 고유 식별자로 사용됩니다.
* 예: `com.example.app`
* 패키지 네임은 한 번 등록하면 수정할 수 없습니다.

### Google Play 패키지 네임 (선택 사항)

* 동일한 상품이 Google Play에 등록되어 있는 경우, 패키지 네임을 입력하면 검색 정확도가 향상됩니다.
* 예: `com.example.app`
* 입력하지 않아도 상품 등록은 가능하나, 외부 검색엔진 최적화를 위해 입력을 권장합니다.

### Android Auto 적용 여부

* 차량용 Android Auto 환경에서 사용할 수 있는 앱인지 여부를 선택합니다.
* `예` 선택 시:
  * Android Auto 관련 **배포 약관에 동의**해야 합니다.
  * 검증이 필요하며, 검증 기간이 최대 **7일** 소요될 수 있습니다.
* `아니오` 선택 시:
  * Android Auto 미지원 앱으로 등록됩니다.
* 관련 약관은 **\[약관 보기]** 버튼을 통해 확인할 수 있습니다.

### 광고 SDK 적용 여부

* `예` 선택 시:
  * 앱에서 광고 SDK를 적용하고 있음을 의미합니다.
* `아니오` 선택 시:
  * 광고 SDK를 사용하지 않는 상품을 의미합니다.


---

# 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/main-info.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.
