0
我通過AWS界面發送SNS推送,並且以下消息向我發送了兩次推送,其中只有第二次推送是可擴展的並向我顯示了多行文本。亞馬遜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\" } }"
}
任何人都可以幫助我嗎?
那麼開發人員改變了什麼? –
他們調整了應用程序以正確讀取收到的sns推送類型。有兩種類型:通知和數據。在我們的案例中,這是不正確的。該應用程序正在讀取數據,但sns消息類型是通知。有關詳細信息:https://developers.google.com/cloud-messaging/concept-options – nill