Registering a Notification Service Identifier ensures push notifications function correctly for your iOS app. You’ll complete this in the Apple Developer portal and then notify the Publishing Team when your setup is complete.
Requirements:
An active Apple Developer account
Your app’s Bundle ID from the Buildfire Control Panel
Access to Integrations → Certificates in Buildfire
How to Register a Notification Service Identifier
Sign in to your Apple Developer account
Log in using your Apple Developer credentials
Open the Certificates, Identifiers & Profiles section
Click Identifier
Click the + button to create a new Identifier
Choose App IDs, then click Continue
Select App as the type
Click Continue again
Enter your Notification Service Identifier details
In the Description field, enter Notification Service
For the Bundle ID, start with your existing app Bundle ID from Integrations → Certificates
Then append: .NotificationService
Final format should be: yourAppBundleId.NotificationService
Example: com.example.myapp.NotificationService
Enable Push Notifications
Under Capabilities, scroll to Push Notifications
Enable the checkbox
Click Continue, then Register
Notify the Publishing Team
Confirm you have created the identifier
They will complete the rest of the publishing process
