# 5. 관리자 웹 iOS 설정

1. 관리자 웹 ➡︎ **환경 설정**으로 이동해 주세요.&#x20;
2. 모바일 앱 설정의 iOS에 **'번들 아이디'**&#xB97C; 입력해 주세요.&#x20;

> **번들 아이디 : 앱 영문 이름.ios** (io.ohmyapp.testservice.ios는 작성 예시예요.)
>
> 번들 아이디에 **대문자와 띄어쓰기**를 포함하지 않아요.
>
> 번들 아이디는 앱을 식별하는 고유한 값이에요. 이미 App Store에서 사용중인 번들 아이디는 사용할 수 없어요.
>
> 한 번 설정한 값은 이후 수정하지 않는 것을 권장해요.

3. 출시할 앱의 버전 항목을 입력해 주세요.&#x20;

* **최소 지원 버전**은 출시할 앱의 최소 버전을 설정해서 입력한 버전보다 낮을 경우 강제 업데이트를 실행하기 위해 설정해요.&#x20;
* **마지막 배포 버전**은 원활한 버전 관리를 위해 입력해요.

<figure><img src="/files/3XQMeNRwkVTi2h71CzYU" alt=""><figcaption></figcaption></figure>

4. **'변경사항 저장'** 버튼을 눌러 입력한 항목을 저장해 주세요.&#x20;

> \#iOS - 환경설정, #번들 아이디, #최소 지원 버전, #마지막 배포 버전

2023 11 22 Nana


---

# 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://docs.ohmyapp.io/main/guide/deploy/appstore/2.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.
