ios 推送通知服务器可靠性
我正在开发具有实时组件的应用程序,我想知道是否可以为此使用苹果的推送通知服务。
我们可以发送多少条消息?我们可以将它用于聊天服务之类的东西吗?
如果不是,我们的替代方案是什么?
I'm working on app that has realtime components and I'm wondering if I can use apple's push notification service for this.
How many messages can we send? Can we use it for something like a chat service?
If not what are our alternatives?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
苹果公司在他们的新聊天服务中使用推送通知,所以是的,你可以将它用于聊天服务。
推送通知没有好的替代方案。您必须管理自己的套接字,并且它只能在您的应用程序运行时工作。
Apple uses push notifications for their new chat service, so yes, you could use it for a chat service.
There are no good alternatives to push notifications. You'd have to manage your own socket and it would only work while your application is running.