lookupInfos(withPhoneNumbers:)
Returns an array of lookup infos for the specified phone numbers.
Declaration
class func lookupInfos(withPhoneNumbers phoneNumbers: [String]) -> [CKUserIdentity.LookupInfo]Parameters
- phoneNumbers:
The phone numbers for looking up the user identities.
Discussion
Use the values that this method returns in an CKDiscoverUserIdentitiesOperation operation or an CKFetchShareParticipantsOperation operation to retrieve the corresponding user identities.