iOS: APNS Setup

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)

1. Requirements

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.

2. Create Push Notification Keys (Key, Key ID)

  1. Create a key with "Apple Push Notifications service" enabled on the Apple Developer's Key page.

  1. Once the key is created, download the .p8 file and copy the Key ID for future reference.

3. Check Team ID

You can find your Team ID on the Apple Developer's Membership page.

4. Setup FlareLane

At FlareLane Channels > App Push > Push Certificate > APNS input fields, enter the information obtained in Step 2.

Last updated