Create and set up push key

Prev Next

Available in Classic and VPC

Android

How to create push key

  1. Click Firebase console > Project settings > Cloud messaging > Manage service accounts.
    push-Android01
  2. Select Google Cloud > Service accounts > Created email account.
    push-Android02
  3. Select Keys > Add key > Create new key > Key type as "JSON," and then click the Create button.
    push-Android03

Register NPush key

  1. Set the GAMEPOT dashboard > Project settings > Integration > FCM field.
    push-Android12
  • FCM sender ID: Select Firebase console > Project settings>Cloud messaging > Sender ID.
    push-Android13
  1. In Attach file, upload the "JSON" file created above.

iOS

Create APNs push authentication key

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

    Note

    You can only create up to 2 push authentication keys.

    push-iOS11_en

  2. Enter the key name, and then activate the Apple Push Notification service (APNs).
    push-iOS12_en

  3. Click the Register button. The authentication key is issued.
    push-iOS13_en

  4. Check the key ID and download it.

    Caution

    You can only download the key ID once, so be careful not to delete or lose it.

    push-iOS14_en

How to register NPush key

Set the GAMEPOT dashboard > Project settings > Integration > APNs field.
push-iOS23

  • APNs key ID value: Enter the key ID value checked above.
  • APNs bundle ID value: Enter the Bundle Identifier value of Xcode.
  • Team ID value: Log in to Apple Developer site > Enter the team ID in "Membership details" at the bottom.
  • Click the Upload button to register the .p8 file created above.