We found that setting the remoteHandle/callUpdate.localizedCallerName on CXCallUpdate will override the system contacts if a match is found, eg:
CXHandle *callHandle = [[CXHandle alloc] initWithType:CXHandleTypePhoneNumber value:@"ContactNameHere"];
CXCallUpdate *callUpdate = [[CXCallUpdate alloc] init];
callUpdate.remoteHandle = callHandle;
callUpdate.localizedCallerName = strLocalizedCallerName;
Cheers,
Ben
Topic:
App & System Services
SubTopic:
General
Tags: