Documentation
Website
  • Getting Started
  • Customer Journey
    • Creating a Customer Journey
    • Understanding the Journey
    • Performance Dashboard
    • Pre-built Templates
  • Cross-Channel Messages
    • Mobile Push
    • Web Push
    • In-App Message
    • SMS/LMS
    • Webhook
  • Data Integration
    • User ID
    • Events
    • Tags
    • Integrating Amplitude
    • Integrating Mixpanel
  • Audience
    • Segments
    • Device Management
  • Engagement Tools
    • Message Personalization
    • Template
  • Analytics & Insights
    • Dashboard
    • Real-time Analytics
  • Guide for Developers
    • Mobile SDK Setup
      • Android SDK Setup
      • iOS SDK Setup
      • React Native SDK Setup
      • Flutter SDK Setup
      • Additional Setup
        • Android: FCM Setup (v1)
        • Android: Notification Icons
        • iOS: APNS Setup
        • iOS: Disable Swizzling
    • Web SDK Setup
    • REST API Reference
    • Mobile SDK Reference
    • Web SDK Reference
Powered by GitBook
On this page
  • 1. Requirements
  • 2. Create Push Notification Keys (Key, Key ID)
  • 3. Check Team ID
  • 4. Setup FlareLane
  1. Guide for Developers
  2. Mobile SDK Setup
  3. Additional Setup

iOS: APNS Setup

PreviousAndroid: Notification IconsNextiOS: Disable Swizzling

Last updated 1 year ago

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 . 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 .

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

3. Check Team ID

4. Setup FlareLane

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

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

Membership page
Identifiers page
Key page