Windows Mobile 6.0/6.5 - Push Notification

一世执手 提交于 2019-12-11 14:54:19

问题


My mobile application needs to ping web service (WCF) periodically to get the latest data from server. The problem is, this is done periodically even if there isn't anything new on the server. Is there any way that Server notifies device about the change? Like Push Notification? I have read that Push Notifications can be done by SMS and Email. But, both has disadvantages.


回答1:


You can try with long lived HTTP requests...

http://msdn.microsoft.com/en-us/library/aa446486.aspx



来源:https://stackoverflow.com/questions/4966133/windows-mobile-6-0-6-5-push-notification

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!