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