2015-10-06 98 views

回答

1

table of error codes for GCM爲您的問題提供了一個答案。具體而言,看看error:MessageTooBig

Message Too Big (HTTP code 200 + error:MessageTooBig)
Check that the total size of the payload data included in a message does not exceed GCM limits: 4096 bytes for most messages, or 2048 bytes in the case of messages to topics or notification messages on iOS. This includes both the keys and the values.

限出現somewhat flexibledoesn't include registration ids或任何預定義的參數。

相關問題