I'm developing an application for iOS/OS X and i want to sync data between them. for now I use Core Data for persistent data. I read that iCloud is not enough mature to use with core data.
- Is that true ?
so i try to use the new DropBox sync API(to sync the SQLite file), but there's no support for OS X.
- Is Parse SDK a good idea? (it will also allow me to add Android support)
- If no, have you other solution?
Thank you.
Yes, I've worked with it quite a bit but I cannot recommend it at present.
Parse has a good reputation. There's an open source project called FTASync that integrates it with Core Data.
Some other options:
At present I don't have enough experience with any of these to endorse them. They're all designed to sync Core Data outside of iCloud but I can't say which works best.