> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/deploy/updateapps/forcingupdate.md).

# 강제 업데이트 방법

\***참고**

* 앱 심사 통과 후 App Store와 Google Play에 출시되기까지 30분\~24시간 소요될 수 있어요.
* 심사가 통과되고 앱 업데이트를 하면 App Store와 Google Play에 반영되기까지 약 1시간 정도 소요돼요.
* App Store와 Google Play에 반영되면 강제 업데이트를 해야 유저들이 정상적으로 업데이트 할 수 있어요.

**\*강제 업데이트 방법**

관리자 웹 ➡︎ 환경 설정 ➡︎ 모바일 앱 설정 ➡︎ iOS 또는 Android에서 진행할 수 있어요.

* iOS는 최소 지원 버전을 기준으로 강제 업데이트를 할 수 있어요. (유저가 사용 중인 앱의 버전이 최소 지원 버전보다 낮을 경우 강제 업데이트를 위해 App Store로 이동시켜요.)
  * **최소 지원 버전**
    * 정상적인 앱 구동에 필요한 최소로 요구되는 버전을 설정해서 업데이트 필요 여부를 판단해요.
    * 반드시 1.0.0과 같은 형식으로 작성해 주세요.
      * 큰 업데이트의 경우 2.0.0으로 가장 앞자리 숫자 업데이트
      * 기능 추가의 경우 1.1.0으로 중간 숫자 업데이트
      * 버그 등의 수정일 경우 1.0.1으로 가장 마지막 숫자 업데이트

  * **마지막 배포 버전**
    * 현재의 최신 버전을 입력해 주세요. (처음에는 1.0.0 으로 설정하고 심사를 넣어야 해요.)
    * 마지막 배포 버전은 최신 버전을 보여주기 위해 입력해요.
    * 반드시 1.0.0과 같은 형식으로 작성해 주세요.
      * 큰 업데이트의 경우 2.0.0으로 가장 앞자리 숫자 업데이트
      * 기능 추가의 경우 1.1.0으로 중간 숫자 업데이트
      * 버그 등의 수정일 경우 1.0.1으로 가장 마지막 숫자 업데이트

<figure><img src="/files/1Hu3cGojAz9a1raKTSTZ" alt=""><figcaption></figcaption></figure>

* Android는 최소 지원 버전 코드를 기준으로 강제 업데이트를 할 수 있어요. (유저가 사용 중인 앱의 버전이 최소 지원 버전보다 낮을 경우 강제 업데이트를 위해 Google Play로 이동시켜요.)

  * 정상적인 이동을 위해 Play Console 대시보드의 Google Play에서 보기 버튼의 링크를 관리자 웹 > 환경 설정> Android - Google Play 주소에 입력합니다.
  * 최소 지원 버전 코드의 경우 숫자만 입력 가능해요.
  * 마지막 배포 버전은 배포 시 입력한 버전을 말해요.  (1.0.0, ver.1 등)

<figure><img src="/files/WnNbX7tROdRl563L8qn2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2arJKdLTTyKenD7TxK1I" alt=""><figcaption></figcaption></figure>

> \#강제 업데이트 방법, #최소 지원 버전, #마지막 배포 버전

2023.10.19 Garlic, Ruru


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ohmyapp.io/main/guide/deploy/updateapps/forcingupdate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
