If you are not familiar with GCM please refer this url to get an idea before starting this tutorial. Overview When you are sending a push notification from the server you need to know the device registration id first. Device registration ID can be stored when the device is registered. Here I assume you all know the…
Tag: GCM
Android Push Notifications with GCM – Client Side
Overview of Google Cloud Messaging As per google’s documentation “Google Cloud Messaging for Android (GCM) is a service that helps developers send data from servers to their Android applications on Android devices” Send a request to GCM from the device to register (with the google project number). GCM sends back the device registration ID. Device…