Available in Classic and VPC
Android
How to create push key
- Click Firebase console > Project settings > Cloud messaging > Manage service accounts.

- Select Google Cloud > Service accounts > Created email account.

- Select Keys > Add key > Create new key > Key type as "JSON," and then click the Create button.

Register NPush key
- Set the GAMEPOT dashboard > Project settings > Integration > FCM field.

- FCM sender ID: Select Firebase console > Project settings>Cloud messaging > Sender ID.

- In Attach file, upload the "JSON" file created above.
iOS
Create APNs push authentication key
-
Log in to Apple Developer site > Certificates, IDs & Profiles>Select Keys > Click the [+] button to create a new key.
NoteYou can only create up to 2 push authentication keys.

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

-
Click the Register button. The authentication key is issued.

-
Check the key ID and download it.
CautionYou can only download the key ID once, so be careful not to delete or lose it.

How to register NPush key
Set the GAMEPOT dashboard > Project settings > Integration > APNs field.

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