Disabling Callkit from China Store Best Approach?

前端 未结 4 723
暖寄归人
暖寄归人 2021-01-11 22:50

We are using CallKit framework to benefit native usage for Voip features. Users can make Voice and Video Calls in our Messenger App.

But Apple removing CallKit apps

4条回答
  •  不要未来只要你来
    2021-01-11 23:13

    Edit: CXProvider.isSupported is no longer available: I keep the answer here hoping that it will be restored back on an upcoming iOS 13 release.

    From iOS 13 onwards, the correct way to do this is to check the new CXProvider.isSupported property.

    Here's the documentation (from Xcode, as the online documentation has not been updated yet):

提交回复
热议问题