This step explains how to crate a Google application that supports sending and receiving Push Notifications.
The Google setup consists of the following procedures:
...
Note |
---|
Do not confuse the Project ID defined in the Google API Console with the Google Project ID defined in your Appoxee account. |
Step A.2: Enabling the GCM Service
Google Cloud Messaging (GCM) is Google’s current mobile application messaging service for Android devices.
To enable GCM, take the following steps:
- On the main Google APIs Console page, select Services.
- Find the Google Cloud Messaging for Android service, and set its toggle to ON.
Google Cloud Messaging (GCM) is Google’s current mobile application messaging service for Android devices. - On the Terms of Service page, accept the terms.
Step A.3: Obtaining an API Key
- On the main Google APIs Console page, select API Access.
- Click Create new key...
- Note the API key value.
You will be required to provide this information as part of Step B: Appoxee Setup.
...