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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.