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:

...

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, click on 'API Enable and manage APIs'
     Image RemovedImage Added
     
  2. Click on ' Google Cloud Messaging'  
    Image RemovedImage Added

  3. Click 'Enable'
    Image RemovedImage Added
  4. Click on 'Credentials'
    Image RemovedImage Added

Step A.3: Obtaining an API Key

  1. Click on 'Create credentials'
    Image Removed
    Image Added

  2. Choose 'API key'
    Image RemovedImage Added
     
  3. Choose the 'Server key' option.
    Image RemovedImage Added
     
  4. enter a key name and click 'Create'
  5. Copy the 'API key' value and click 'OK'
    Image RemovedImage Added
  6. You will be required to provide the 'Project number' and 'API Key' as part of Step B: Appoxee Setup.

  Image Removed Image Added

 

You have now successfully completed the Google setup.

...