APNs (iOS)

Creating an APNs Push Authentication Key

  1. Log in to the Apple Developer site → Certificates, IDs & Profiles → Select Keys → Click the '+' button to create a new key.

    • A maximum of 2 push authentication keys can be created."

  2. Enter the Key Name and enable Apple Push Notification service (APNs).

  3. Click the Register button to issue the authentication key.

  4. Check the Key ID and download it.

    • Since it can only be downloaded once, please be careful not to delete or lose it."

How to register the push key

Gamepot Dashboard → Project Settings → Integration → The APNS section needs to be configured.

  • APNS Key ID: Enter the Key ID value confirmed in step 4

  • APNS Bundle ID: Enter the Bundle Identifier value from Xcode

  • Team ID: Log in to the Apple Developer site → Enter the Team ID at the bottom under 'Membership Details'

  • Click the Upload button to register the .p8 file created in step 4"

Last updated