I have been working on a method to sync core data stored in an iPhone application between multiple devices, such as an iPad or a Mac. There are not many (if any at all) sync frameworks for use with Core Data on iOS. However, I have been thinking about the following concept: A change is made to the local core data store, and the change is saved. (a) If the device is online, it tries to send the cha