我正在通过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\" } }"
}
有人可以帮助我吗?
答案 0 :(得分:-3)
<强>解决方案:强> 应用程序开发人员说,它不准备接收格式&#34;通知&#34;的推送,并且两个重复的消息都与行数有关。他们将通过调整应用程序来解决行问题。