- Step A - Creating a Google API
- Step B - Enabling the GCM Service
- Step C - Obtaining an API Key
- Step D - Creating an Android App in Appoxee
Step A: Creating a Google API project
- Open the Google APIs Console page.
- If you haven't created an API project yet, this page will prompt you to do so
Note:
- If you already have existing projects, the first page you see will be the Dashboard
- page. From there you can create a new project by opening the project drop-down menu (upper left corner) and choosing Other projects > Create.
- Click create project
- Open the Google APIs Console page, make sure your project is selected and take a note of the project id. This is your project number, and it will be used later on within the Application Settings in the Appoxee dashboard.
Step B: Enabling the GCM Service
- In the main Google APIs Console page, select "Services".
- Turn the Google Cloud Messaging toggle to ON.
- On the "Terms of Service" page, accept the terms
Step C: Obtaining an API Key
- On the main Google APIs Console page, select "API Access".
- Click "Create new browser key".
- Take a note of the API key value as it will be used later on.