我需要立即交付…
我知道GCM的角色,等到其他设备上线,但在我的情况下,我持有两个设备,他们在线,但我收到延迟通知!
WhatsApp(作为使用GCM的应用程序的示例)如何克服这个问题..并立即发送?
[即(消息类型:打字,在线 – 最后看到)不能延迟…]
GCM延迟推送是已知的问题:this issue
我的问题是:使用GCM的其他应用程序如何克服这个问题
从文档:
By default,messages are sent with normal priority. normal priority optimizes the clIEnt app’s battery consumption,and should be used unless immediate delivery is required. For messages with normal priority,the app may receive the message with unspecifIEd delay.
When a message is sent with high priority,it is sent immediately,and the app can wake a sleePing device and open a network connection to your server.
我知道这个答案迟到了,但是如果你还在面对这个问题(或任何其他人),请告诉我是否有帮助.
总结以上是内存溢出为你收集整理的android – WhatsApp如何克服GCM推送通知延迟?全部内容,希望文章能够帮你解决android – WhatsApp如何克服GCM推送通知延迟?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)