Xamarin.Android PushNotification

时间:2016-06-24 07:30:57

标签: android xamarin push-notification xamarin.android xamarin.forms

我正在尝试使用此插件创建一个带有GCM推送通知的Xamarin Android应用程序:

https://github.com/rdelrosario/xamarin-plugins/tree/master/PushNotification

我按照自述文件页面中的说明操作,并使用我的Google项目编号(从Google开发者控制台获取)更改了 ANDROID SENDER ID

我可以使用 注册 功能( <上的 OnRegisteredfunction >成功注册设备em> CrossPushNotificationListener 类被触发并返回有效的注册令牌。

要发送通知,我使用了此工具(因为我没有后端运行):

http://apns-gcm.bryantan.info/

我填写了:

  • 设备令牌 字段,其中包含使用 以前的设备注册或“/ topics / global”

  • 带有随机消息的 消息 字段

  • Api密钥 ,其中包含从Google生成的服务器API密钥 开发者控制台

应用程序永远不会到达 OnMessage ,似乎没有收到任何内容。

我做错了什么?

提前致谢

0 个答案:

没有答案