All Products
Search
Document Center

Mobile Platform as a Service:Create iOS P8 Real-time Activity Certificate

Last Updated:Nov 07, 2024

Log on to Apple Developer Account

  1. Go to the Apple Developer website.

  2. Log in with your Apple ID and ensure that you have the necessary management permissions, typically Team Agent or App Manager roles.

Access the Certificate Page

  1. Select Account from the navigation bar.

  2. Click Certificates, Identifiers & Profiles in the left menu.

    image

Create API Key

  1. On the Certificates, Identifiers & Profiles page, select Keys from the left side.

  2. Click the + icon in the upper right corner to create a new Key.

    image

  3. Enter the Key Name, for example, Push Notification Key.

  4. Check the box for Apple Push Notifications Service (APNs) to enable push notifications.

  5. Click Continue. After confirming the details, click Register.

    image

Download .p8 Certificate

  1. Upon successful Key generation, a Download button will appear on the page.

  2. Click Download to obtain the .p8 file, which will be named similarly to AuthKey_XXXXXXXXXX.p8.

  3. Ensure to securely store the downloaded .p8 file as it cannot be downloaded again once the download is complete.

Record Key Information

After the .p8 file is generated, record the following details for server-side integration of the push notification service:

  • Key ID: The Key ID is displayed to the right of your Key on the Keys page.

    image

  • Team ID: The Team ID is displayed under Membership on your Apple Developer account page.

    image

    image

Official Documentation Address

For additional details, please refer to Official documentation of Apple.