21
Push Notification 인인인 인인인인 (Development) KJ-CODE 인인인

Push notification 인증서 생성하기

Embed Size (px)

DESCRIPTION

Push notification 인증서 생성하기

Citation preview

Page 1: Push notification 인증서 생성하기

Push Notification인증서 생성하기

(Development)

KJ-CODE김용석

Page 2: Push notification 인증서 생성하기

키체인 액세스 열기

LaunchPad > その他 > キーチェーンアクセス ( 또는 アプリケーション폴더 > ユーティリティ > キーチェーンアクセス )

Page 3: Push notification 인증서 생성하기

CSR(Certificate Signing Request) 생성하기

① ' ユーザのメールアドレス ' 와 'CA のメールアドレス ' 란에 임의의 메일주소 입력② ' ディスクに保存 " 선택③' 続ける ' 클릭

Page 4: Push notification 인증서 생성하기

CSR(Certificate Signing Request) 생성하기

' 保存 ' 버튼 클릭

Page 5: Push notification 인증서 생성하기

CSR(Certificate Signing Request) 생성하기

' 完了 ' 버튼 클릭

Page 6: Push notification 인증서 생성하기

Apple Developer Member Center접속

웹브라우저를 열고 Apple Developer Member Center 에 접속 후 Certificates, Identifiers & Profiles 선택(https://developer.apple.com/membercenter/index.action)

Page 7: Push notification 인증서 생성하기

앱 ID 생성하기

Identifiers 클릭

Page 8: Push notification 인증서 생성하기

앱 ID 생성하기

App IDs 가 선택된 것을 확인하고 '+' 버튼 클릭

Page 9: Push notification 인증서 생성하기

앱 ID 생성하기

App ID Description 의 Name 란에 적당한 앱 이름을 입력

Explicit App ID 를 선택하고

Bundle ID 를 입력

(※Bundle ID 는 Xcode 의 해당 프로젝트애서Bundle Identifier 랑 일치해야 함 )

Page 10: Push notification 인증서 생성하기

앱 ID 생성하기

Push Notifications 에 체크를 후Continue 클릭

Page 11: Push notification 인증서 생성하기

앱 ID 생성하기

Submit 클릭

Page 12: Push notification 인증서 생성하기

앱 ID 생성하기

Done 클릭

Page 13: Push notification 인증서 생성하기

Push Notification 용 인증서 발급

왼쪽 메뉴의 Certificates > Development 를 선택후 'iOS Certificates (Development)' 화면에서 '+' 버튼 클릭

Page 14: Push notification 인증서 생성하기

Push Notification 용 인증서 발급

Apple Push Notification service SSL (Sandbox) 가 선택되어 있는 것을 확인 후 Continue 버튼 클릭

Page 15: Push notification 인증서 생성하기

Push Notification 용 인증서 발급

App ID 에 방금 생성했던 App ID 를 선택하고 Continue 버튼 클릭

Page 16: Push notification 인증서 생성하기

Push Notification 용 인증서 발급

Continue 버튼 클릭

Page 17: Push notification 인증서 생성하기

Push Notification 용 인증서 발급

생성한 CSR 파일을 선택 후 ' 開く ' 버튼 클릭

Page 18: Push notification 인증서 생성하기

Push Notification 용 인증서 발급

'Generate' 버튼 클릭

Page 19: Push notification 인증서 생성하기

Push Notification 용 인증서 발급

'Download' 버튼을 클릭해서 인증서를 다운로드 후 'Done' 버튼 클릭

Page 20: Push notification 인증서 생성하기

Push Notification 용 인증서 발급

다운로드 받은 인증서 파일을 더블클릭하여 키체인 액세스에 추가

Page 21: Push notification 인증서 생성하기

Push Notification 용 인증서 발급

추가 되었다 !