I'm developing phone app using Callkit in Swift.
It works fine, but the app crash when I tap a iPhone's recent.
Please tell me the workaround for this issue.
Post
Replies
Boosts
Views
Activity
When a phone receives an incoming call, the caller name is automatically associated with the user's contact and another name is displayed.
Apple documentation says
When a phone receives an incoming call, the system first consults the user’s contacts to find a matching phone number. I don't want to associate with user's contacts because I want to display caller name as it is.
Thank you in advance!