Real-time data push from server to iOS device WITHOUT APNS [closed]

◇◆丶佛笑我妖孽 提交于 2019-12-03 04:16:30

问题


I'm building an iOS app which needs real-time updates from the server, and I'd like to accomplish this without polling.

Does anyone know of technologies, tools, products or libraries which would facilitate this functionality?


回答1:


Pusher (who I work for) has an Objective-C library and a REST API (along with a number of libraries) that would let you push realtime updates from your server into an iOS application.

I've also compiled a list of realtime technologies in which I'm sure you'll also find technologies that meet your requirements.



来源:https://stackoverflow.com/questions/6830789/real-time-data-push-from-server-to-ios-device-without-apns

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