You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't find any property in Contact.framework matching recordID. So, I think it's impossible to match records from Contacts.framework and records from deprecated AddressBook.framework
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.The text was updated successfully, but these errors were encountered: