3

I have array contacts fetched using CNContactStore. I want get date added to addressbook. But when using CNContactDatesKey, result allway is 0. I hope you help.

tam nguyen
  • 55
  • 6

1 Answers1

1

This is not possible in the new CNContact framework, although it was possible in the addressbook framework , here is a reference, also you can try the method suggested here

Community
  • 1
  • 1