如何授权callkit、CXProvider。authorizationStatus在最新版本的xcode8测试版中不可用。
let cxpor = CXProvider(configuration: conf)
cxpor?.setDelegate(self, queue: DispatchQueue.main)
不可用,因为使用该API不再需要授权。