Dogahe
Dogahe

Reputation: 1430

Accessing the date on which a contact is added to iPhone's Address Book using AddressBookUI

Using AddressBookUI for iOS, how can I access the date a contact is added to iPhone's address book? I have downloaded an app on iPhone that shows the date contacts are added so I know for sure those info is somewhere. But I could not find out how to access those information in Address Book Programming Guide for iOS. How about the location info when the contact was added, is that also saved somewhere and I am not aware of?

Upvotes: 1

Views: 11604

Answers (1)

Mundi
Mundi

Reputation: 80265

Use the kABPersonCreationDateProperty. It is documented here.

Upvotes: 2

Related Questions