Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a contact book on my application and need to sync those contacts with server cum phonebook regularly.

Rather taking total phoneBook to update app's contacts, I am thinking of diff of changed contacts for which I didn't find a functionality in ABAddessBook API. Problem is that the contact objects in the app are of different type to contact objects that I get from phoneBook via function ABAddressBookCopyArrayOfAllPeople().

If I get difference of changed contacts efficiently, then I can just sync those contacts only. Will that be possible?

Hey! I found that we can register to ABAdressBook change by ABAddressBookRegisterExternalChangeCallback, but is there a way to get diff of changed contacts?

Thanks.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.