Closed ceydaceyhan closed 2 months ago
I noticed add contact with addContact there is no error for save. But user couldn't created on phone contact on iOS. So my example like this:
addContact
var newPerson = { emailAddresses: ..., company: ..., givenName: ..., familyName: ..., jobTitle: ..., phoneNumbers: ..., hasThumbnail: ..., thumbnailPath: '/path/to/file/Caches/name.jpg', } const res = await Contacts.addContact(newPerson)
Res have valid recordID but I don't see the user in contact.
res is a valid contact id but you dont see the contact? how did you read the contact after adding?
This issue is stale, please provide more information about the status
I noticed add contact with
addContact
there is no error for save. But user couldn't created on phone contact on iOS. So my example like this:Res have valid recordID but I don't see the user in contact.