Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Replaced the list of steps with an automatic TOC.

This step explains how to crate a Google application that supports sending and receiving Push Notifications.
The Google setup consists of the following procedures:

...

Table of Contents
maxLevel1

After completing the Google setup, your next step is to allow Appoxee to send Push notifications from your app (see Step B: Appoxee Setup).

...

Note

Do not confuse the Project ID defined in the Google API Console with the Google Project ID defined in your Appoxee account.
Make sure you note the value of Google's Project Number, so you can later add it to your Appoxee account.

Step A.2: Enabling the GCM Service

  1. On the main Google APIs Console page, select Services.
      
  2. Find the Google Cloud Messaging for Android service, and set its toggle to ON.


  3. On the Terms of Service page, accept the terms.

Step A.3: Obtaining an API Key

  1. On the main  Google APIs Console page, select API Access.
  2. Click Create new key...
  3. Note the API key value.
    You will be required to provide this information as part of Step B: Appoxee Setup.

...