Reputation: 4055
I want to import contacts in to my application regularly and instead of pulling them all in and then updating by a local diff I would prefer to just get the contacts that changed data in the last 6 hours.
Any ideas?
Upvotes: 1
Views: 673
Reputation: 51
You should use kABPersonModificationDateProperty property from ABPerson record.
Upvotes: 5