Important: C2DM has been officially deprecated as of June 26, 2012.
It has been replaced by Google Cloud Messaging For Android (GCM)
This Tutorial will guide you how to create a sample simple application using the GCM functionality,
This demo will help you registering and unRegistering android device from GCM server
Getting your Sender ID
- STEP 1. Register Here .
- STEP 2. Click Create project. Your browser URL will change to something like:
" https://code.google.com/apis/console/#project:4815162342 "
Take note of the value after
#project:
(4815162342 in this example). This is your project ID, and it will be used later on as the GCM sender ID. This Id will be used by the Android Device while Registering for Push Notification. - STEP 3. Choose Service tab from the left side menu on the web page. and turn on ” Google Cloud Messaging for Android “
- STEP 4. Go to API Access tab from the left menu of web page.
press Create new Server key and note down the generated key
CREATING APP FOR GCM
Filed under: Android Examples, Android Tutorial, Cloud messaging, Push notification | Tagged: android, Android Notification, GCM, google cloud, push notification | 38 Comments »