Contents

participantMayNeedVerification

An error that occurs when the user isn’t a participant of the share.

Declaration

static var participantMayNeedVerification: CKError.Code { get }

Discussion

A fetch share metadata operation fails when the user isn’t a participant of the share. However, there are invited participants on the share with email addresses or phone numbers that don’t have associations with an iCloud account. The user may be able to join a share by associating one of those email addresses or phone numbers with the user’s iCloud account.

Call openURL(_:) on the share URL to have the user attempt to verify their information.

See Also

Getting Error Codes