Skip to content

APNS Certificate Integration

Exporting a PKCS 12 Certificate

To integrate Apple Push Notification Services (APNS) with EZ-Push, a .p12 (PKCS 12) certificate must be exported from macOS Keychain Access.

Steps:

  1. Open Keychain Access and locate the desired certificate.
  2. Right-click the certificate and choose Export.
    Export Certificate from Keychain

  3. Choose a destination and set the file format to Personal Information Exchange (.p12). Choose Format and Destination

  4. Assign a secure password. This password will be required later during import.
    Set Export Password


Uploading the Certificate to EZ-Push Console

After exporting the certificate, it must be uploaded to the EZ-Push Console.

Steps:

  1. Navigate to the EZ-Push Console via the URL provided in the registration email.
    Login

  2. Authenticate using the 2FA code.
    2FA

  3. Select the application that requires APNS integration.
    Select App

  4. From the left-hand navigation, go to Settings > App.
    Settings Navigation

  5. In the app settings, locate the field labeled PKCS 12 File and click to upload.
    Upload Field

  6. Select the previously exported .p12 file.
    Select Certificate File

  7. Enter the password used during certificate export.
    Enter Certificate Password

  8. Confirm the configuration by clicking Save.
    Click Save


This process completes the integration of an APNS certificate with EZ-Push, enabling push notification delivery for iOS applications.