实时数据从服务器推送到iOS设备而无需APNS

时间:2022-01-14 03:54:04

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

我正在构建一个需要从服务器进行实时更新的iOS应用程序,我想在没有轮询的情况下完成此任务。

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

有谁知道有助于实现此功能的技术,工具,产品或库?

1 个解决方案

#1


15  

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.

Pusher(我为之工作)拥有一个Objective-C库和一个REST API(以及许多库),可以让您将服务器的实时更新推送到iOS应用程序中。

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

我还编制了一份实时技术列表,我相信您也会找到符合您要求的技术。

#1


15  

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.

Pusher(我为之工作)拥有一个Objective-C库和一个REST API(以及许多库),可以让您将服务器的实时更新推送到iOS应用程序中。

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

我还编制了一份实时技术列表,我相信您也会找到符合您要求的技术。