Book Image

PhoneGap for Enterprise

By : Kerri Shotts
Book Image

PhoneGap for Enterprise

By: Kerri Shotts

Overview of this book

Table of Contents (16 chapters)
PhoneGap for Enterprise
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Setting up Google Cloud Messages with Boxcar


In order to target Android, you'll need to click on the Android icon on the project's settings page and perform the following steps:

  1. In a new tab, open your Google Developer's Console (https://console.developers.google.com) and sign in using your Google Developer credentials. (If you don't have an account, you'll need to create one.)

  2. Click on the Create Project button.

  3. In the new dialog, enter the project's name and ID. The ID is not something you can change later, so double check that you've entered it correctly. For our sample, we used Tasker CH7 as the name and taskerch7 as the project ID.

  4. Read the Google Cloud Platform terms of service and then check the appropriate box to indicate your agreement.

  5. Click on Create.

  6. Next, click on Enable an API on the resulting dashboard.

  7. Scroll down to Google Cloud Messaging for Android and click on the OFF button (this will enable the service).

  8. A new dialog box will appear. Read the terms of service and check the...