> For the complete documentation index, see [llms.txt](https://document.wisetracker.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://document.wisetracker.co.kr/v2-developer/push/undefined/ios/apns_setting.md).

# APNS 설정

※ 사용중이던 Push Key가 있는 경우 이 과정을 패스하면 됩니다. 푸시인증 관련 최신 스펙인 APNs Key를 기준으로 작성되었습니다.

## Push Key 생성

애플 개발자사이트 <https://developer.apple.com/> 접속합니다.

account 메뉴를 클릭하여 인증서를 클릭합니다.

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

### &#x20;Certificates, Identifiers & Profiles 화면으로 이동합니다.

### keys 화면으로 이동하여 + 버튼을 클릭합니다.

![](/files/-MgKLAKB64u-j1UxcgvM)

### Key Name을 입력하고, Apple Push Notification service(APNs) 체크박스를 체크합니다.

![](/files/-MgKLjKM1EGdPPJBXrW1)

### Register 버튼을 클릭합니다.

![](/files/-MgKLsH_ZbBSJ84ReoyF)

### Download 버튼을 클릭합니다.

키파일은 한 번만 다운로드할 수 있습니다. 여기서 다운로드한 키 파일은 안전한 장소에 잘 보관해주세요.

"Done"버튼을 클릭하여 완료합니다.

![](/files/-MgKLwX1_zi1C7e9MwgC)

## 축하합니다.

인증서 설정이 완료되었습니다.


---

# 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://document.wisetracker.co.kr/v2-developer/push/undefined/ios/apns_setting.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.
