Skip to content

Instantly share code, notes, and snippets.

@insidegui
Created March 5, 2017 20:33
Show Gist options
  • Save insidegui/63ad1684f37b2dc3701029d17d625313 to your computer and use it in GitHub Desktop.
Save insidegui/63ad1684f37b2dc3701029d17d625313 to your computer and use it in GitHub Desktop.
CKContainer().default().discoverAllIdentities { identities, error in
guard let identities = identities, error == nil else {
// awesome error handling
return
}
print("User has \(identities.count) contact(s) using the app:")
print("\(identities)")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment