Skip to main content

Apple Push Notification service (BYOK)

Use a .p8 (token-based) key from your Apple Developer account. Sends still go through POST /v1/push/messages; iOS delivery uses your Apple account.

Setup

  1. Apple Developer → Keys → Create a key with Apple Push Notifications service (APNs)
  2. Note Key ID, Team ID, Bundle ID, and download the .p8
  3. In Settings → Integrations, connect Apple APNs
  4. On the Push App, paste credentials on the app or use apnsIntegrationId
  5. Choose production or sandbox (apnsProduction)

Expected secrets

iOS devices register with 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.