iOS 4.0 及以上版本的推送服务器不使用 APNS
Apple iOS 4.0 及以上版本,支持多任务处理。
根据 这篇 文章,我们可以利用它并编写我们自己的推送服务器将我们的应用程序注册为提供 VoIP 服务。
我想知道如何详细地做到这一点,并希望有服务器端的实现想法。
提前致谢。
Apple iOS 4.0 onwards, multitasking is supported.
According to this post, we can make use of this and write of push server of our own registering our app as providing VoIP services.
I would like to know how it is possible to do in details and would like to have server side implementation ideas.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要将您的应用程序注册为 VoIP 应用程序,您必须具有此功能,否则 Apple 将拒绝它。
要使用它,您可以使用套接字打开服务器和客户端之间的连接,例如在收到某些数据时显示警报。
To register your app as a VoIP app, you must have this functionality, otherwise Apple will reject it.
To use it, you can open a connexion between the server and the client using a socket, and for example show an alert when you have received some data.