通过SNS和GCM向android发送推送通知

时间:2018-03-29 10:19:36

标签: android react-native push-notification google-cloud-messaging amazon-sns

我已经配置了应用和服务,我按照文章进行了操作,但使用GCM代替了FCM https://medium.com/@thexap/show-push-notifications-on-react-native-app-a613a5a2c159 当我尝试通过 SNS发布消息 - > 应用 - > 发布到终端,我已成功发送消息:
enter image description here
但GCM流量为空白enter image description here
我不知道#39; t在我的手机中获取任何通知(背景和前景)onNotification处理程序永远不会被调用。

1 个答案:

答案 0 :(得分:0)

问题出在亚马逊过时的SNS文档中。

我更改了有效载荷格式,并且对我有用。

{
"GCM": "{ \"notification\": { \"body\": \"hello....\", \"title\": \"title123\" } }"
}