IOS9 网络电话通讯
IOS9 voip communication
在 iOS9 中,苹果弃用了 setKeepAliveTimeout 并推荐 UIRemoteNotification
使用 PushKit 中可用的 VOIP 类型进行 VOIP 呼叫。好的,我可以想象我将编写用于发送这些通知的服务器应用程序。
1) 但是如果我需要定期重新注册到代理服务器怎么办。
2) 那么 sip-proxy 呢?这是否意味着所有 sip-proxies 都需要扩展才能将这些通知发送到 iOS 设备?
我在这里找到了这些问题的答案:https://forums.developer.apple.com/thread/49363
tl;博士
1) 重新注册不在 iOS 10 不再支持
2) 通用 sip-proxy 应用程序在 iOS 10
中也不可用
在 iOS9 中,苹果弃用了 setKeepAliveTimeout 并推荐 UIRemoteNotification
使用 PushKit 中可用的 VOIP 类型进行 VOIP 呼叫。好的,我可以想象我将编写用于发送这些通知的服务器应用程序。
1) 但是如果我需要定期重新注册到代理服务器怎么办。
2) 那么 sip-proxy 呢?这是否意味着所有 sip-proxies 都需要扩展才能将这些通知发送到 iOS 设备?
我在这里找到了这些问题的答案:https://forums.developer.apple.com/thread/49363
tl;博士 1) 重新注册不在 iOS 10 不再支持 2) 通用 sip-proxy 应用程序在 iOS 10
中也不可用