My findings
I am designing a logic to sync contact with my Backend. I gone through some apps that doing same thing in IOS. I will take the example of Wh
The way to do this is by registering an external change callback. This way, your app will be notified of any changes to the address book as soon as they happen.