Apple Push Notification service (BYOK)
Use a .p8 (token-based) key from your Apple Developer account. Sends still go throughPOST /v1/push/messages; iOS delivery uses your Apple account.
Setup
- Apple Developer → Keys → Create a key with Apple Push Notifications service (APNs)
- Note Key ID, Team ID, Bundle ID, and download the
.p8 - In Settings → Integrations, connect Apple APNs
- On the Push App, paste credentials on the app or use
apnsIntegrationId - Choose production or sandbox (
apnsProduction)
Expected secrets
platform: "ios" and the APNs device token (not the FCM token).
Step-by-step iOS app guide: Configure iOS. Platform map: Integrate apps.
See also: Firebase BYOK and Push introduction.
