# 앱 출시하기

{% hint style="info" %}

```
App Store와 Google Play에 앱을 출시하기 위해서는 개발자 계정을 등록해야 해요.
구글 개발자 계정(영구 $25), 애플 개발자 계정(1년 129,000원)
```

{% endhint %}

**\*참고**

* 앱 로그인 화면에 이메일 로그인이 없는 경우 앱 심사 통과가 안될 수 있어요.
  * 관리자 웹 ➡︎ 환경 설정 ➡︎ 로그인 설정 ➡︎ 이메일 로그인 사용을 활성화 해주세요.

* 앱 심사 통과 후 App Store와 Google Play에 출시되기까지 30분\~24시간 소요될 수 있어요.

> \#앱 출시하기 단계별 가이드, #앱 스토어, #구글 플레이 스토어, #IOS, #Android, #개인정보 처리방침

2023 10 16 Garlic, Ruru


---

# 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.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.
