Skip to main content

iOS Push Notification Setup Guide for Merchants

A step-by-step guide on generating the .p8 file, retrieving the Team ID, and finding the App ID for enabling push notifications on iOS devices without using Firebase.

Vikash Jha avatar
Written by Vikash Jha
Updated over 3 weeks ago

This document provides a step-by-step guide on how to generate the .p8 file, retrieve the Team ID, and find the App ID, which are essential for enabling push notifications for iOS devices. This setup does not use Firebase; the information will be uploaded directly to your dashboard.

Step 1: Access Apple Developer Account

Step 2: Generate APNs Auth Key

  • Navigate to Certificates, Identifiers & Profiles.

  • Select Keys from the left sidebar.

  • Click the + (plus) icon to create a new key.

  • Enter a name for the key (e.g., Push Notification Key).

  • Enable Apple Push Notifications service (APNs).

  • Click Continue β†’ Register.

  • Click Download to save the .p8 file.

⚠️ Important: The .p8 file can only be downloaded once. Store it securely.

Step 3: Retrieve the Key ID

  • After downloading the .p8 file, the Key ID is displayed on the same page.

  • Note down this Key ID as it will be needed later.

Retrieving the Team ID

  • Click on your Account Name in the top right corner.

  • Your Team ID will be displayed under Membership.

Did this answer your question?