iPhone App 中的聊天客户端
如果我为 iPhone 创建应用程序,如何才能收到收到的聊天消息通知?从服务器接收消息是通过推送通知发生的还是应用程序必须定期轮询服务器。
我想每次有新消息到来时,服务器都会向应用程序发送通知,一旦应用程序收到通知,应用程序就会从服务器中提取消息。
我的理解正确吗?
If I create an application for iPhone, how can I get notified of chat messages I receive? Does receiving messages from the server happens through Push notification or Application has to poll to server in a regular time interval.
I guess that for each time a new message comes the server would send a notification to the app, and once the app receives the notification, the app pulls the message from the server.
Is my understanding correct?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查找 XMPP 协议/服务器:) 这就是您的答案。
有一个名为 XMPPFramework 的 iPhone 框架可以提供帮助。
look up XMPP protocol/servers :) therein lies your answer.
Theres a iPhone framework called XMPPFramework which will help.