init(phoneNumber:)
Creates a lookup info for the specified phone number.
Declaration
init(phoneNumber: String)Parameters
- phoneNumber:
The phone number for looking up the user identity.
Discussion
After you create a lookup info, use the CKDiscoverUserIdentitiesOperation operation or the CKFetchShareParticipantsOperation operation to retrieve the corresponding user identity.