문제

I'm trying to synchronise my android/ios app with the server.

My app allows user to update their profile and I would like to implement something like when user update their profile in the website, then user will get live update in their app or maybe a indicator like Facebook "New Stories" bar that allow user to touch and get their update.

I have read this SO Link but I wish I can know more in details or any alternative way on achieving this feature

올바른 솔루션이 없습니다

다른 팁

I'd recommend that you check out NodeJS (http://nodejs.org/) and Socket.io (http://socket.io/) for your Use Case, though it might not be ideal for the mobile environment.

See an overview of different "real time technologies" here: http://www.leggetter.co.uk/real-time-web-technologies-guide/realtime-web-technology-transport-mechanisms

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top