Does anyone have any clue if it's possible to do a bi-directional migration with Core Data? As an example, I would like to add a feature that is only supported with a newer iOS (external images) while still supporting iOS3.1. What I was hoping to do was allow the user to export the data to the older model when they are going to an older device.
This might be a nightmare to maintain, but I was just curious if anyone has tried this?
Thanks!