My iOS application does work fine with iOS devices. How ever, the same code witch is supposed to be working on Mac Catalyst is not. It does compile, build and run fine. However when reporting a call (https://developer.apple.com/documentation/callkit/cxprovider/1930703-reportcallwithuuid?language=objc) the app receives a providerDidReset event (https://developer.apple.com/documentation/callkit/cxproviderdelegate/1771739-providerdidreset?language=objc) and the calls fails.
Do you knew if there should be any think to configure/grant acces to in Mac OS Vs iOS please?
Is it a bug for Mac Catalyst builds using Callkit?
Any help is much appreciated!
Thanks,