How whatsapp get updated contacts from addressbook faster in iOS?

后端 未结 1 2141
北恋
北恋 2021-02-20 08:37

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

相关标签:
1条回答
  • 2021-02-20 09:05

    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.

    0 讨论(0)
提交回复
热议问题