How to make call kit SDK works with Mac Catalyst VoIP apps?

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,

Replies

Hi,

Were you able to solve this issue? I am also porting an iOS app to the Mac via Mac Catalys, and I am facing the same issue.
The calls are being cancelled a second after they have been registered via Callkit