BroadcastReceiver doesn't get called when using it for push notification

前端 未结 1 2011
野趣味
野趣味 2021-01-27 13:37

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

相关标签:
1条回答
  • 2021-01-27 14:13

    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.

    0 讨论(0)
提交回复
热议问题