Is the MOCA Console compatible with .p8 Authentication Keys?

Is the MOCA Console compatible with .p8 Authentication Keys?

Our MOCA Console accepts Apple Push Notification service SSL certificates for Sandbox and Production environments. It's currently not compatible with Apple Push Authentication Keys (.p8 files).

In order to download Apple Push Notification service SSL certificates please follow the steps outlined in the official developer.apple.com documentation:

 

In the certificates section:
1. Add a new certificate.
2. Select Apple Push Notification service SSL (Sandbox & Production) for the type and click Continue.
3. Select the App ID of your app and click Continue. (Certificates must be tied to a specific app.)
4. Generate a Certificate Signing Request (CSR) on your server.
5. Click Continue.
6. Upload your CSR file and click Continue.
7. Download the resulting certificate.

    • Related Articles

    • Reading MOCA SDK Logs

      The logs related to the MOCA SDK are very helpful to find configuration errors. The log starts with these two lines: I/MOCA: Initializing MOCAPlugin I/MOCA: Init MOCA SDK, version x.x.x This shows that the plugin has started, and which is the version ...
    • iOS 13 and MOCA SDK

      MOCA iOS SDK has been tested on BETA versions of iOS 13. Find the version notes below: - MOCA SDK for iOS uses the CoreBluetooth framework in order to monitor bluetooth status. In iOS 13 the mere fact of using any of the CoreBluetooth methods will ...
    • Android 10 and MOCA SDK

      MOCA Android SDK has been tested in the Android 10 OTA. Find the notes for this version below: Android 10 introduces a new permission model where the user can choose between “When in Use” or “Always” location permission. The SDK works correctly with ...
    • Android Studio Instant Run and MOCA SDK

      It is recommended to turn off Instant Run in Android Studio. Instant Run uses portions of the SDK that might not be necessary for your integration and give you false error and warning messages.   Example stack trace when using Instant Run: I/art: ...
    • Android Permissions Detailed for MOCA SDK

      The MOCA SDK requests a variety of permissions, some of them being optional. Here is a breakdown of each permission and their effect on the SDK:   Permission Explanation android.permission.INTERNET Allows MOCA SDK to open network sockets so it has ...