https://github.com/logisticinfotech/contacts-sync-coredata
Sync PhoneBook / Contacts with Core Data in iOS Swift
https://github.com/logisticinfotech/contacts-sync-coredata
contact-sync contact-sync-coredata core-data coredata ios-swift iphone-demo phonebook phonebook-contacts-sync swift swift-demo sync-coredata
Last synced: about 1 year ago
JSON representation
Sync PhoneBook / Contacts with Core Data in iOS Swift
- Host: GitHub
- URL: https://github.com/logisticinfotech/contacts-sync-coredata
- Owner: logisticinfotech
- License: mit
- Created: 2019-03-14T11:02:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T15:20:27.000Z (about 7 years ago)
- Last Synced: 2025-04-23T21:08:59.367Z (about 1 year ago)
- Topics: contact-sync, contact-sync-coredata, core-data, coredata, ios-swift, iphone-demo, phonebook, phonebook-contacts-sync, swift, swift-demo, sync-coredata
- Language: Swift
- Homepage: https://www.logisticinfotech.com/blog/sync-phonebook-contacts-core-data/
- Size: 642 KB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
When you are working with contact book and save contact in Core Data(Local Database), you need to sync contact everytime when contact book updates. Which means to update the phone number, name, delete the contact, create new contact etc.
Sometimes when we have a bunch of contacts in our contact book and try to store it in Core Data we face many issues like Threading issue, UI stuck issue, Store data in background issue, etc.
[Here](https://www.logisticinfotech.com/blog/sync-phonebook-contacts-core-data/) is full article where you can find the easiest way to sync contacts with Core Data, you can easily get the array of deleted, updated and newly added contact list.
# contacts-sync-coredata

