Post

Replies

Boosts

Views

Activity

Reply to I want to display the caller name when received an incoming call.
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
Sep ’20