Publishing issue, Callkit is included even we are not using it

前端 未结 2 1370
生来不讨喜
生来不讨喜 2020-12-21 12:56

Good afternoon everyone today we have received a call from Apple saying that Callkit, included in our app, will block the app approval process.

Apple discovered an i

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-21 13:29

    I had the same issue. I had to use find / -type f -exec grep -H 'CallKit' {} \; inside your project folder to find which app/framework is using it. It was a third party framework using CallKit.

提交回复
热议问题