Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

  1. Go to the Google APIs Console page.
  2. Create a new project:
    Image Removed
    Image Removed 
    Image Added

    • If you do not have any API projects yet - the Google APIs Console page prompts you to click Create project...
    • If you do, to create a new project, click CREATE PROJECT
    • In the popup window that comes up, give your project a name. you can ignore the project ID. Click Create to continue.
      Image Removed
      Image RemovedImage Added

3. On the Google APIs Console page, make sure your project is selected and note the Project Number. 

Image RemovedImage Added

   You will be required to provide this number as the Google Project ID in 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

Google Cloud Messaging (GCM) is Google’s current mobile application messaging service for Android devices.
To enable GCM, take the following steps: 

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


  3. Press the (gray) off button and see it turn on (green). You may need to scroll up to find it again.

Step A.3: Obtaining an API Key

  1. On the left hand side bar press the APIs & Auth, and then Credentials.
    Image Removed 
    Image Removed Click Click CREATE NEW KEY...

     
    Image Added 

  2. Make sure you choose a BROWSER SERVER KEY
    Image RemovedImage Added
    Image Removed 
  3. On the next screen leave the text box empty, and press Create
    Image RemovedImage Added
    Image Removed 
  4. Note the API key value.
    You will be required to provide this information as part of Step B: Appoxee Setup.

  Image Removed
 Image Removed Image Added

You can see above the mapping to Appoxee required fields on the app settings page:
API Key → Google API Key
Project Number → Google Project ID

 

You have now successfully completed the Google setup.

...