CallKit - How to alter CXProvider Authorization Status

I'm working on a VoIP/CallKit app and I cannot find where in the Settings that the user could manipulate the CallKit authorization for the given app after the initial pop up. At present I need to uninstall the app to test the various pathways.


Am I missing it or is it not present in the iOS 10 betas?

Accepted Reply

Starting with iOS 10 Beta 3, authorization is no longer required for CallKit VoIP apps. The APIs related to authorization (CXAuthorizationStatus, +[CXProvider authorizationStatus], etc.) have been deprecated and will be removed in a future Beta.

Replies

Starting with iOS 10 Beta 3, authorization is no longer required for CallKit VoIP apps. The APIs related to authorization (CXAuthorizationStatus, +[CXProvider authorizationStatus], etc.) have been deprecated and will be removed in a future Beta.