how to authorize callkit in xcode8 beta 6

408 Views Asked by At

How to authorize callkit, CXProvider.authorizationStatus is not avilable in latest version of xcode8 beta.

    let cxpor = CXProvider(configuration: conf)
    cxpor?.setDelegate(self, queue: DispatchQueue.main)
1

There are 1 best solutions below

1
zmarties On

It's not available because authorization is no longer needed to use the API.