Contents

unblockIdentities(_:)

Unblocks previously blocked users, allowing them to request access again.

Declaration

func unblockIdentities(_ blockedIdentities: [CKShare.BlockedIdentity])

Parameters

Discussion

Use this method to remove specified identities from the blockedIdentities array. Unblocked identities can request access again if the allowsAccessRequests is enabled.

To persist this change, save the share to the server after calling this method.

Only the share owner or an administrator can invoke this method. Attempts by other participants result in an exception.