I know that this is not supported: #107. I'm trying to update a contact using:
let store = CNContactStore()
let value: CNContact = try store.unifiedContact(withIdentifier: ....
and the only possible value could be contact?.recordID, but it's not the identifier. So how i can get the contact identifier using the library.
I know that this is not supported: #107. I'm trying to update a contact using:
let store = CNContactStore()let value: CNContact = try store.unifiedContact(withIdentifier: ....and the only possible value could be
contact?.recordID, but it's not the identifier. So how i can get the contact identifier using the library.