Amazon SNS 复制推送通知
Amazon SNS duplicates push notification
我正在通过AWS接口发送SNS推送,下面的消息给我发送了两次推送,其中只有第二次推送是可扩展的,并且显示了不止一行文本。
{
"GCM": "{ \"notification\": { \"body\": \"test message test test test message
test test test message test test test message test test test message test
testtest message test test\" } }"
}
有人能帮帮我吗?
解法:
应用程序开发人员表示,它不准备接收格式为 "notification" 的推送,并且由于行数而重复的消息都与它有关。他们会通过调整app解决线路问题
我正在通过AWS接口发送SNS推送,下面的消息给我发送了两次推送,其中只有第二次推送是可扩展的,并且显示了不止一行文本。
{
"GCM": "{ \"notification\": { \"body\": \"test message test test test message
test test test message test test test message test test test message test
testtest message test test\" } }"
}
有人能帮帮我吗?
解法: 应用程序开发人员表示,它不准备接收格式为 "notification" 的推送,并且由于行数而重复的消息都与它有关。他们会通过调整app解决线路问题