开启微信 CallKit

本文非教程,不具体展开每种方法具体操作, 本文所说到的方法都可以在网上找到
实现目标:
开启CallKit
让微信遵守GDPR
什么是CallKit?
APPLE开发者文档介绍:
Display the system-calling UI for your app’s VoIP services, and coordinate your calling services with other apps and the system.
Overview
CallKit lets you integrate your calling services with other call-related apps on the system. CallKit provides the calling interface, and you handle the back-end communication with your VoIP service. For incoming and outgoing calls, CallKit displays the same interfaces as the Phone app, giving your app a more native look and feel. And CallKit responds appropriately to system-level behaviors such as Do Not Disturb.
In addition to handling calls, you can provide a Call Directory app extension to provide caller ID information and a list of blocked numbers associated with your service.
https://developer.apple.com/documentation/callkit
为什么需要开启开启微信 CallKit
系统级体验微信电话,接电话方便
怎样开启微信 CallKit
方法一:
降级使用旧版本微信6.6.1,6.6.1是最后一个支持CallKit的版本
具体方法网上有很多,搜索“ 安装微信 6.6.1”
方法二:
使用国外电话号注册微信可以开启CallKit
经动点科技测试,CallKit 功能目前只针对绑定了中国手机号码或银行卡的微信帐户关闭,也就是说,只有中国 iOS 微信用户更新到 6.6.2 版本后无法继续使用 CallKit 功能,而海外用户则不受影响。
https://cn.technode.com/post/2018-02-01/wechat-6-6-2-for-ios-canceled-callkit/
方法三:
越狱,使用插件
让微信遵守GDPR
使用GDPR地区手机号注册新的微信

本人博客:www.zgw949.com
博客原文:开启微信 CallKit - Bastion