Skip to content

Authentication

Push system API

Push system sends pushes by using APIs. The system utilizes push services such as APNS, FCM, and ADM from each market. Following image describes how request data is transmitted to the service.

Note
  • APNS (Apple Push Notification Service): Push service with Apple

(https://developers.apple.com/go/?id=push-notifications)

  • FCM (Firebase Cloud Messaging): Push service with Google

(https://firebase.google.com/docs/cloud-messaging)

  • ADM (Amazon Device Messaging): Push service with Amazon

(https://developer.amazon.com/docs/adm/overview.html)

Push system manages to search suitable token data for payload composition, and transfers the data to each service. Sending push messages to devices is what each service does. In brief, Push system just traces whether the calling process of the service is succeeded, and analyzing the cause of unreceived device is not supported.

URL

Server URL
Production https://notification.withhive.com
Sandbox https://sandbox-notification.withhive.com
Test https://test-notification.withhive.com

Authentication

To implement the API which Push system provides, authorization token (API KEY) is required. Authorization token, which follows JWT (JSON Web Token: https://jwt.io) specification, doesn't limit the expiry time, so it is available to keep using this token. After registering the game in AppCenter, authorization token is automatically created. Go to the Operation > AppCenter > Game Management > 1. Basic Information for details.