如何在 Apple proterozoic 中通过我的 App 使用 CallKit 拨出电话 UI

How to make a outgoingcall by my App with CallKit in Apple proterozoic UI

我实际上已经完成了如何接听来电并调用 CallKit UI 但是当我尝试将我的 voip 应用程序构建到 apple proterozoic 联系人列表时 UI,它失败了。你能给我什么建议吗?我只想像下面这样:

要让您的应用出现在 "Message"、"Call"、and/or "Video" 按钮的菜单中,您需要列出 INSendMessageIntentINStartAudioCallIntent、and/or INStartVideoCallIntent 意图类型,分别位于应用 Info.plist.

NSUserActivityTypes 键的数组中

然后在您的应用程序委托中,您实现 -application:continueUserActivity:restorationHandler:(或在 Swift、application(_:continue:restorationHandler:) 中)方法来处理接收到的操作。