Open ghost opened 11 years ago
I haven't tried any syncing with ordered relationships, but given the quick look at the documentation it would appear that we might need to add some support to the framework to get it to work with ordered relationships. I'd love to see a test app using ordered relationships to verify this though.
My app uses ordered relationships and is in the "wild". It works - in that it syncs - but the order is not synchronized. I tried to see how to make TICoreDataSync support ordering - but Core Data does not give a reasonable way to do that. For that reason I plan to use a sort field in a future version of my app.
But to answer your question - it will sync them correctly - but not the order of the items.
Does TICDS support ordered relationships in core data (available since iOS 5 and OS X 10.7)? If not do you have plans to add support?