-
Notifications
You must be signed in to change notification settings - Fork 0
GCM Setup Android
To begin, we'll obtain a Google Server API Key and Google Project Number (or Sender ID). These keys allow Gravitum to use Google Cloud Messaging send push notifications to the user devices.
Let's start with Google Services Wizard. Create the new application or choose the existing one you use for your game project. Gravitum service doesn't use your package name itself, so, you may leave Android package name an empty and provide it in future.
Provide all the necessary data and press Choose and configure services. It will take some time for a project to be created.
Next step is to enable Cloud Messaging service for your application. Press Enable Google Cloud Messaging as shown below
If succeeded, the next popup will appear
Note down your Google Server API key and Sender ID . The Sender ID is also known as the Project Number. You'll need these in the next step when you install the OneSignal SDK.
Now that you have your Google Server API key and project number & it is time to setup the OneSignal push notification service.
Next Step: Integrate the OneSignal SDK.


