Android GCM (Google Cloud Messaging) service plugin
Dependency :
compile ":android-gcm:0.2"Custom repositories :
mavenRepo "https://github.com/slorber/gcm-server-repository/raw/master/releases/"
Summary
Provides a service to easily access the Google Cloud Messaging (GCM) services
Installation
grails install-plugin android-gcm
Description
This plugin provides access to Android GCM service by injecting a service (androidGcmService) in your grails app artifacts. The injected service have methods for sending push notifications to one ore multiple devices. For more information about available methods and configuration options, please see the project README:https://github.com/osoco/grails-android-gcm-plugin/blob/master/README.md