No option to add CallKit privacy permission with Xcode 8

≯℡__Kan透↙ 提交于 2020-01-04 13:42:56

问题


We are using Xcode 8 to build our VoIP app and are using the CallKit framework. In the Xcode Info plist settings there is no option to set CallKit privacy, also when we download the app onto a iOS device running 10.2, iOS does not request the users permission to use call kit. Has this been dropped from iOS now?

Thanks


回答1:


CallKit has not needed permission since iOS 10 beta 3




回答2:


IMHO, you just need enable Background modes, with those Capabilities

  • Audio, AirPlay, and Picture in Picture
  • Voice over IP
  • Background fetch

and add Mircophone usage description in your Info.plist file.



来源:https://stackoverflow.com/questions/42887385/no-option-to-add-callkit-privacy-permission-with-xcode-8

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!