nothirst / TICoreDataSync

Automatic synchronization for Core Data apps, between any combination of Mac OS X and iOS: Mac to iPhone to iPad to iPod touch and back again.
https://github.com/nothirst/TICoreDataSync/wiki
807 stars 61 forks source link

Ordered relationships? #58

Open ghost opened 11 years ago

ghost commented 11 years ago

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?

MrRooni commented 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.

mazzuna commented 11 years ago

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.