Whats the best way to purge all data i have in my core data file, and rewrite my updated addressbook to my core data? Is there a way to overwrite data in core data? how can i do this in a good practice?
I want to be able to sync my addressbook and my core data file, one of the methods will be to check on what changed in address book, and delete or add records in my core data according to that change ( i don't care about edited records ), and one method will be to just delete all my data in my SQLite file with core data and save my updated addressbook again to the same file.