iOS: APNS Setup
Last updated
Last updated
This guide provides instructions on how to obtain the necessary values for configuring APNS.
Key (in the form of a .p8 file extension)
Key ID
Team ID
Bundle Identifier (can be verified in Xcode)
Before proceeding to the next step, make sure that the identifier has been registered.
Check if the identifier for the app you are developing is in the list on the Apple Developer's Identifiers page. If you have been developing with the same Apple account in Xcode, it should have been registered automatically.
If it is not in the list, be sure to register it before proceeding to the next step.
Create a key with "Apple Push Notifications service" enabled on the Apple Developer's Key page.
Once the key is created, download the .p8 file and copy the Key ID for future reference.
You can find your Team ID on the Apple Developer's Membership page.
At FlareLane Channels > App Push > Push Certificate > APNS input fields, enter the information obtained in Step 2.