微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

ios – 什么是VOIP服务证书?

在证书,标识符和创建证书以创建VOIP服务证书时,iOS开发者门户网站上的配置文件一个新选项:

我在iOS上使用VOIP应用程序,之前从未看过这个选项.有谁知道这个证书是必要的,它将用于什么?

解决方法

从苹果文档:
here

In iOS 8 and later,voice-over-IP (VoIP) apps register for UIRemoteNotificationTypeVoIP push notifications instead of using this method. Using push notifications eliminates the need for a timeout handler to check in with the VoIP service. Instead,when a calls arrives for the user,the VoIP service sends a VoIP push notification to the user’s device. Upon receiving this notification,the device launches or wakes the app as needed so that it can handle the incoming call.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐