com.apple.CallKit.error.calldirectorymanager Code=1 "(null)"

what is the meaning of this Error

Replies

You can find info about CallKit errors in

<CallKit/CXError.h>
. I believe you’re seeing
CXErrorDomainCallDirectoryManager
/
CXErrorCodeCallDirectoryManagerErrorNoExtensionFound
.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"