Skip to content

Instantly share code, notes, and snippets.

@henriquemenezes
Created December 6, 2018 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henriquemenezes/c6551183e8e3b9436f463415999b8556 to your computer and use it in GitHub Desktop.
Save henriquemenezes/c6551183e8e3b9436f463415999b8556 to your computer and use it in GitHub Desktop.
APNS Certificates

APNS

  1. Generate CSR from Keychain

Keychain Access > Certificate Assistant > Request a Certificate from Certificate Authority...

  Email: <user@email.com>
  Common Name: <Project>
  Select Saved to disk

Save:

    <project>-development.csr
    <project>-production.csr
  1. Access Apple Developer Account

https://developer.apple.com/account

  1. Access Certificates, Identifiers & Profiles in side menu

> Certificates, Identifiers & Profiles

  1. Select Project in App IDS

Apps IDS > Project > Edit

  1. Check Push Notifications and Create Certificates
  • Click in Create Certificates
  • Push CSR
  • Download aps.cer certificate
  1. Import Certificates in Login Keychain
  • Drag aps.cer to Login My Ceriticates area
  1. Export .p12 Certificates
  • Click right button and Export .p12 bundle certificates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment