APNs Setup
Apple requires an APNs key to deliver background notifications to iOS devices via Firebase Cloud Messaging.
Create APNs key
- Go to Apple Developer Portal → Certificates, Identifiers & Profiles → Keys.
- Click + to create a new key, enable Apple Push Notifications service (APNs), and download the
.p8file. - Note the Key ID and Team ID.
Upload to Firebase
- In Firebase Console, open Project Settings → Cloud Messaging → Apple app configuration.
- Under APNs Authentication Key, upload your
.p8key and enter the Key ID and Team ID. - Save.
Verify
Send a test message from Firebase Console → Cloud Messaging → Send test message to an iOS device token after building the app with the GoogleService-Info.plist configured in iOS Configuration.
Still stuck?
Our support team is ready to help you get set up.

