Push Notification Settings
Manage platform-specific settings required for sending push notifications. Consists of Android and iOS tabs.
Android Push Settings
Settings for sending push notifications to Android devices via Firebase Cloud Messaging (FCM).
| Field | Description |
|---|---|
| Firebase Private Key JSON File | Upload the Firebase service account private key JSON file. (Required) Used for FCM API authentication. |
info
The private key JSON file can be downloaded from Firebase Console > Project Settings > Service accounts > Generate new private key button.
iOS Push Settings
Settings for sending push notifications to iOS devices via Apple Push Notification service (APNs).
| Field | Description |
|---|---|
| Key ID | Enter the Key ID of the APNs authentication key. (Required) Can be found when generating the key in Apple Developer. |
| Key File | Upload the APNs authentication key file (.p8). (Required) Used for token-based authentication. |
info
The APNs authentication key (.p8) and Key ID can be generated and downloaded from Apple Developer > Certificates, Identifiers & Profiles > Keys, by selecting Apple Push Notifications service (APNs). The key file can only be downloaded once at the time of creation, so it must be stored securely.