Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log in to Apple Developer Account: Visit the Apple Developer Center (https://developer.apple.com/), and log in using your developer account. Ensure that your account has the corresponding permissions to create and manage push certificates.

  2. Enter the Certificate Management Interface: On the home page of the Developer Center, navigate to the "Certificates, Identifiers & Profiles" section.

...

  1. Create a New Push Certificate: Click on the "Certificates" tab, and then select the "+" button to create a new certificate. During this process, you need to select the "Apple Push Notification service SSL (Sandbox & Production)" option, depending on whether your application is in the development and testing stage or the official launch stage. Fill in the necessary information as prompted by the system, such as the application's Bundle ID.

  2. Generate Certificate Signing Request (CSR): On your local Mac computer, open the "Keychain Access" application. Select "Certificate Assistant" -> "Request a Certificate from a Certificate Authority", fill in the relevant information as guided by the wizard, such as your email address, common name, etc., and choose "Save to Disk" to generate a .csr file.

  3. Upload CSR and Download Certificate: Return to the certificate creation page in the Apple Developer Center, and upload the .csr file just generated. After the upload is completed, the system will generate and provide a downloadable push certificate file, usually in .p12 format. Download the file and keep it properly, as it will be used later when configuring iOS push in the CX product.

...

3. How to configure - Android Apply Certificate

...

  1. Log in to Google Firebase Console: Open the Firebase Console (https://console.firebase.google.com/), and log in using your Google account. If you haven't created a Firebase project for your project yet, create one first.

...

  1. Enter Project Settings: In the Firebase Console, select your corresponding project, and then click on the project settings icon (usually a gear shape).

  2. Generate Server Key: On the project settings page, navigate to the "Cloud Messaging" tab. Here, you can find the "Server key" field. Click on the "Generate key" button, and complete the key generation operation as prompted by the system. The generated server key will be used for authentication with the FCM server.

...

  1. Get Configuration File: At the same time, on this page, you can also download the "google-services.json" configuration file, which contains the key configuration information of your project in the FCM service, such as project ID, application ID, etc. Download the file and keep it properly, as it is crucial for Android applications to correctly receive push notifications.

4. How to configure CX

Steps to add a Mobile PUSH app on CX super administrators:

...