Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 ios10 中,Callkit 框架可以捕获调用的开始和结束。即使应用程序处于后台或暂停状态,它是否可用?我怎样才能得到它?
当您的 CallKit 应用程序正在进行一个或多个调用时,系统将确保您的应用程序不会暂停,并且您将继续接收 CXProvider 委托回调方法以及能够为这些调用请求 CXActions。
您需要为 VoIP 和音频选项启用后台模式。