Push notifications
Register an APNs or FCM provider profile so Unsendbox can deliver push notifications for your application.
Register a provider profile
Dashboard route: /dashboard/settings/push-notifications.
- 01Open Settings, then Push notifications.
- 02Enter the Application ID the profile belongs to.
- 03Enable the APNs section to send to Apple devices, the FCM section to send to Android devices, or both.
- 04Fill in the credential fields for each provider you enabled and save.
- 05To rotate a key later, paste the new private key. Leaving the field empty keeps the stored key.
APNs credential fields
Fields the APNs section of the form requires.
APNs Team IDYour Apple developer team identifier.APNs Key IDThe identifier of the signing key you generated in Apple Developer.APNs TopicThe bundle identifier of the target app.APNs Private KeyThe signing key contents. Stored encrypted, never displayed again.
FCM credential fields
Fields the FCM section of the form requires.
FCM Project IDThe Firebase project the service account belongs to.FCM Client EmailThe service account email that signs the token request.FCM Token EndpointOptional. Overrides the default Google OAuth token endpoint.FCM Private KeyThe service account private key. Stored encrypted, never displayed again.
Private keys are encrypted at rest
The service encrypts each private key before it is stored, keeping it in apnsEncryptedPrivateKey or fcmEncryptedPrivateKey, and decrypts it only when a send needs it. Reading a profile back never returns the plaintext key, so rotating means pasting a replacement rather than editing the stored value.