# APN 인증 키(.p8) 발급 및 업로드

## APN 인증 키(.p8) 발급

1\) Apple Developer Member Center 사이트로 이동합니다.

{% embed url="<https://idmsa.apple.com/IDMSWebAuth/signin?appIdKey=891bd3417a7776362562d2197f89480a8547b108fd934911bcbea0110d07f757&path=/account/&rv=1>" %}

2\) 프로그램 리소스 > Certificates, Identifiers & Profiles > 키’ 메뉴를 선택합니다.

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

3\) Keys 메뉴로 이동 후 인증 키를 발급합니다.

![](/files/I2J7C1hFUgjid0v2B36B)

4\) Key Name을 입력하고, Apple Push notifications service (APNs)를 활성화한 후 Configure 버튼을 누릅니다.

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

5\) Environment와 Key Restriction을 선택 후 Save 버튼을 누릅니다.

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

6\) Continue 버튼을 누릅니다.

<figure><img src="/files/88qfrzadStvzxVJ40JwX" alt=""><figcaption></figcaption></figure>

7\) Register 버튼을 누르면 인증 키가 발급 됩니다.

![](/files/qI6a7IxpDn512MpRCvpD)

8\) Key ID를 확인합니다.

{% hint style="danger" %} <mark style="color:red;">발급된 인증 키는 1회만 다운로드 가능하니, 안전한 위치에 저장합니다.</mark>&#x20;
{% endhint %}

![](/files/gOVzt5ZbMKhsgEGXolKn)

9\) 멤버십 세부 사항 메뉴에서 팀 ID를 확인합니다.

<figure><img src="/files/2d1iHGerPg6tlpjBcmX1" alt=""><figcaption></figcaption></figure>

## APN 인증 키(.p8) 업로드

1\) 핑거푸시 사이트로 이동합니다.

{% embed url="<https://www.fingerpush.com/>" %}

2\) 로그인 후 ‘APP PUSH’ 메뉴로 이동합니다.

3\) 인증 키를 등록하려는 앱의 ‘앱 설정’ 메뉴로 이동합니다.

4\) 저장한 인증 키를 업로드하고 Key ID, Team ID, Bundle ID를 입력 후 저장합니다.

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

### 참조 링크

{% embed url="<https://developer.apple.com/documentation/usernotifications/establishing-a-token-based-connection-to-apns?language=objc>" %}


---

# 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://developers.fingerpush.com/app-push/sdk-manual/ios/apn-key.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.
