Skip to content Skip to sidebar Skip to footer

Broadcastreceiver Doesn't Get Called When Using It For Push Notification

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 BroadcastRecei

Solution 1:

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.


Post a Comment for "Broadcastreceiver Doesn't Get Called When Using It For Push Notification"