I am trying to use GCM push notification of Android in a plugin. I am getting the valid registration ID from Google server. But when I send any data from server, the Broad
If your main package is "com.creator.test" then put your GCMIntentService class in that package and declare <service android:name=".GcmIntentService" /> in manifest file.