我没有使用Amazon控制台,RAW或JSON将消息发送到某个主题。没有错误,但是通知没有到达。直接发送到设备端点的设备通知可以正常工作。 我阅读了此链接fcm-with-aws-sns,但是这里不是如何通过控制台向主题发送消息的方法。请帮助我。
我发送这个
{
"default": "test message",
"GCM": "{ \"notification\": { \"message\": \"test message\" } }"
}
或这个
{
"default": “test message",
"GCM": "{ \"notification\": { \"text\": \"test message\"} }"
}