iOS Question Error while trying to update birthday on phone contacts. Using ContactsUtils.

carlos.mattos

New Member
Licensed User
Longtime User
good afternoon everyone,

Has anyone managed to update the birthday?

Could you tell me how to pass birthday parameter, to be set in the method::
UpdateContact(cu, contacts.ContactBirthdayKey, ??????) ?

Already tried as string, cuDate, Long and I could not, always gives error.

Thank you for your help.
 
Top