制作 iOS P8 实时活动证书

登录 Apple Developer 账户

  1. 前往 AppleDeveloper 网站。

  2. 使用 Apple ID 登录,并确保您有管理权限(通常是 Team Agent 或 App Manager 权限)。

进入证书页面

  1. 在导航栏中单击 Account

  2. 在左侧菜单中找到 Certificates, Identifiers & Profiles,并单击进入。

    image

创建 API Key

  1. Certificates, Identifiers & Profiles 页面,单击左侧的 Keys

  2. 单击右上角的 + 来创建一个新的 Key。

    image

  3. Key Name 中输入名称,比如 Push Notification Key

  4. 选择 Apple Push Notifications Service (APNs),并勾选以启用推送通知。

  5. 单击 Continue,检查信息后单击 Register

    image

下载 .p8 证书

  1. 生成 Key 后,在成功页面会看到一个 Download 按钮。

  2. 单击 Download,下载 .p8 文件(文件名类似 AuthKey_XXXXXXXXXX.p8)。

  3. 请妥善保存此 .p8 文件,因为下载后无法再次获取。

记录关键信息

生成 .p8 文件后,您还需要记录以下信息,以便在服务器上集成推送通知功能:

  • Key ID:在 Keys 页面找到您的 Key,Key ID 会显示在右侧。

    image

  • Team ID:在 Apple Developer 账号页面的 Membership 中可以找到 Team ID。

    image

    image

官方文档地址

详情请参考 苹果官方文档