I want to import all phone contacts into app first time only and save on server.
(我只想在第一次将所有电话联系人导入应用程序并保存在服务器上。)
Second time wants to imports only new, modified and deleted contacts into an app and sync with contacts saved on the server which should be done according to created/modified date of contacts.
(第二次想只将新的,已修改和已删除的联系人导入应用程序,并与服务器上保存的联系人同步,这应根据联系人的创建/修改日期来完成。)
From iOS 9, Apple won't allow to get create/modified date using Contacts Framework
(从iOS 9开始,Apple不允许使用Contacts Framework获取创建/修改日期)
How can I achieve with better approach?
(如何更好地实现?)
ask by Harshal Wani translate from so