我正在开发没有Baas的GCM推送通知
当App运行时,我可以获得Push消息。 但是,当退出应用程序时,没有工作。
我收到了这个日志:
10-10 17:53:05.762: W/ActivityManager(1554):
Unable to start service Intent { act=com.google.android.c2dm.intent.RECEIVE flg=0x10000010 pkg=com.embarcadero.app.shgsn.fcmpushtest cmp=com.embarcadero.app.shgsn.fcmpushtest/com.embarcadero.gcm.notifications.GCMIntentService (has extras) } U=0: not found
我在AndroidManifest.template.xml
中添加了这个:
<service android:name="com.embarcadero.gcm.notifications.GMCIntentService" />