How to apply for an iOS push certificate p12 file and configure the Jiguang push platform

Edit toggle to center

Add picture annotations, no more than 140 words (optional)

The Jiguang Push platform needs to upload the iOS push certificate configured for development and testing (development environment) and the iOS push certificate (production environment) put on the App Store. The following are tutorials for applying for push certificate p12 files for these two environments:

  1. When creating an APP ID, check the push service. If you already have an APP ID and enable the push permission, you can apply directly.

  2. iOS development push certificate (development environment)

Use the Appuploader tool to apply, and you can directly apply for the push certificate p12 file on Windows. Open Appuploader, log in with an Apple developer account, select the certificate option, click "+ADD", select "Apple Push Notification service SSL(Sandbox) - iOS development environment push certificate", enter the certificate name, email address, password, and select the corresponding application ID, click "OK" to create, then download and save the .p12 iOS certificate file.

Edit toggle to center

Add picture annotations, no more than 140 words (optional)

  1. iOS release push certificate (production environment)

Open Appuploader, log in with an Apple developer account, select the certificate option, click "+ADD", select "Push Notification service SSL(Sandbox & Production) - iOS production environment push certificate", enter the certificate name, email address, password, and select the corresponding APP IDs, click "OK" to create, then download and save the .p12 iOS certificate file.

After applying for the push certificate corresponding to the environment, upload it to the Jiguang push platform.

edit

Add picture annotations, no more than 140 words (optional)

Guess you like

Origin blog.csdn.net/weixin_46626339/article/details/129885256