标签: android push-notification google-cloud-messaging
我发送一系列消息(1,2,3,4,5)。
我的应用程序会按顺序(1,2,3,4,5)接收此序列吗?
我想使用GCM更新我的应用。
答案 0 :(得分:3)
不,交货订单无法保证,交货本身也不保证。它取决于在消息生存时间过去之前连接到GCM服务器的设备。它还取决于您是否正在使用折叠密钥以及发送到GCM服务器的消息数量,这些消息的相同注册ID尚未提供。
Note that the order of delivery is not guaranteed.(Source)。
Note that the order of delivery is not guaranteed.