Presenting a anonymous call with CallKit

When using to a VoIP app connected to standard telephony network, we may received incoming call.

(caller id may be unavailable or indicated as private)


How to indicate to CallKit that those calls are anonymous (I would like to have a localized message for "Anonymous" and that the call list is properly filled°

Is it possible ?

Replies

Just don't set .remoteHandle on the CXCallUpdate (leave it as nil), and set .localizedCallerName to the localized message you want to show (or if you leave out the .localizedCallerName too the system will show some kind of localized unknown contact message).