我想使用CallKit在最近记录中显示姓名和电话号码。我可以使用下面的代码显示电话号码或姓名,CXCallUpdate*callUpdate=[[CXCallUpdatealloc]init];callUpdate.localizedCallerName=@"NameorNumber";Skype同时显示姓名和社交资料标签。如果可能,至少在社交资料标签中。更新:我需要在CXCallUpdate中添加customInfo(如unique-id),这可能吗? 最佳答案 您设置为CXCallUpdate的remoteHandle的CXHa