> 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/appstore/option/kakao.md).

# 카카오 로그인, api 연동 (선택)

{% hint style="info" %}
Google Play에 앱 출시하기 과정 중 [**카카오 로그인, api 연동 (선택)**](/main/guide/deploy/googleplay/option/kakaologinlink.md)을 완료 후 진행해 주세요.
{% endhint %}

1. <https://appstoreconnect.apple.com/apps>로 이동해서 앱을 선택해 주세요.
2. 일반 정보 ➡︎ 앱 정보로 이동해서 Apple ID를 복사해 주세요.

<div align="left"><figure><img src="/files/ype6dC6yMkxkFCMByrgp" alt="" width="563"><figcaption></figcaption></figure></div>

3. 관리자 웹 ➡︎ 환경 설정 ➡︎ 모바일 앱 설정 ➡︎ iOS ➡︎ App Store ID에 Apple ID를 붙여넣기해 주세요.

<div align="left"><figure><img src="/files/2hLVajwmKprOHDBX83ze" alt="" width="563"><figcaption></figcaption></figure></div>

4. <https://developers.kakao.com/>로 이동해서 내 애플리케이션에서 앱을 선택해 주세요.
5. 앱 설정 ➡︎ 플랫폼에서 iOS 플랫폼 등록을 눌러주세요.

<div align="left"><figure><img src="/files/c1QD9vic1LHF6mJz8yU8" alt="" width="563"><figcaption></figcaption></figure></div>

6. 번들 ID, 앱스토어 ID, 마켓 URL을 입력해 주세요. 앱스토어 ID는 Apple ID와 동일해요. 마켓 URL은 <https://itunes.apple.com/app/id>뒤에 Apple ID를 입력하면 돼요.

<div align="left"><figure><img src="/files/kuSBAVyLu5BgDGLioj45" alt="" width="563"><figcaption></figcaption></figure></div>

8. 앱 설정 ➡︎ 앱 키로 이동해서 REST API 키를 복사해 주세요.

<div align="left"><figure><img src="/files/g4YzvPGAjMJWufLIj4Kr" alt="" width="563"><figcaption></figcaption></figure></div>

9. 관리자 웹 ➡︎ 환경 설정 ➡︎ 모바일 앱 설정 ➡︎ iOS ➡︎ iOS 앱 빌드 ➡︎ 카카오 API rest 키에 REST API 키를 붙여넣기하고 빌드 버튼을 눌러주세요.

<div align="left"><figure><img src="/files/mhYAhSdGTAc9Rjvi5Qs7" alt="" width="563"><figcaption></figcaption></figure></div>

10. &#x20;빌드가 완료되면 테스트 플라이트에서 카카오 소셜 로그인이 정상적으로 작동하는지 테스트해 주세요.

2023 12 20 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/appstore/option/kakao.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.
