How to get google project id and pushwoosh app id?

I am trying to push a notification out of phongap.

I followed the next tutorial http://www.pushwoosh.com/programming-push-notification/android-gcm-push-notifications-guide/

but there I need to have google project id and pushwoosh app id . so basically what process to get these identifiers .. ???

Any help would be appreciated!

+7
source share
2 answers

This guide shows where you can find your Google Project ID: http://www.pushwoosh.com/programming-push-notification/enabling-gcm-services-for-google-api/

The Pushwoosh application identifier is the application code (XXXXX-XXXXX) that you can find on your application page in the Pushwoosh control panel.

+6
source

Go to https://code.google.com/apis/console and enable GCM. You will see the project ID in the control panel. (you can even see the project ID in the url after logging in)

0
source

All Articles