> 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)

## 축하합니다.

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