Is there any way in iOS to get notification about address book changes since the last time applications was opened.
The application stores address book in internal d
Maybe you're looking for this:
ABAddressBook Reference - ABAddressBookRegisterExternalChangeCallback
You should register that notification!
Tell me if worked or if you need any help
Mário