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
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.
find / -type f -exec grep -H 'CallKit' {} \;