Create MFA
write:mfa
Request Body
Apple Push Notification Service configuration settings.
This is the ID of your app. You can find it in the app info section of your Apple developer account.
p8 of your Apple Developer account. To generate one follow these steps:
- Head over to Certificates, Identifiers & Profiles > Keys.
- Register a new key and give it a name.
- Enable the Apple Push Notifications service (APNs) checkbox by selecting it.
- Click the Continue button and on the next page, select Register.
- Download the .p8 key file.
This is a 10-character unique identifier for the authentication key. You can find it in the key details section of the newly created key in your Apple developer account.
Firebase Cloud Messaging configuration settings. To enable the FCM integration, you need to get your service account key from the Firebase Console.
- Select your project, and click the gear icon on the top of the sidebar.
- After opening "Project Settings", head to the "Service Accounts" tab.
- Click "Generate new private key", then confirm by clicking "Generate key".
- Clicking "Generate key" downloads the generated service account json file.