开发者

How can I made an AddressBook synchronized with my Iphone addressbook?

开发者 https://www.devze.com 2023-01-29 06:42 出处:网络
I have to made an app with an AddressBook, different by the internal iphone AddressBook, but I need to take informations f开发者_如何学运维rom it (and I can do that), and I need to know (if exists) th

I have to made an app with an AddressBook, different by the internal iphone AddressBook, but I need to take informations f开发者_如何学运维rom it (and I can do that), and I need to know (if exists) the internal AdressBook last modify date, so i could sync my app's addressbook with the internal one only if it occours, HOW I CAN DO THAT?? THANK YOU AND SORRY FOR MY BAD ENGLISH!


Are you storing Contacts to your app locally ? if Not then You don't have to Sync.

ABAddressBook is centralized DB of contacts. so every time your app open you are using ABAddressBook to load the contacts it should get the all latest contacts.

0

精彩评论

暂无评论...
验证码 换一张
取 消