DELPHI 10.1中的GCM或FCM

时间:2016-10-10 09:03:58

标签: android delphi google-cloud-messaging push message

我正在开发没有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" />

0 个答案:

没有答案