I'm diving into iOS development and I have a quick noob question about Core Data. As I understand it, any data that in an app's Documents folder is backed up to iTunes when the user syncs their device. Does that mean if my core data sqlite db is in the Documents folder, then that data will be synced between multiple devices with the same iTunes account?
If so, how does it sync it with a device that already has the core data file in the Documents directory? Does it just overwrite it with the file on the last device that was synced?
Thanks for your help!