iOS - Core Data and Server Database Synchronization Best Practices [duplicate]
This question already has an answer here: Client-server synchronization pattern / algorithm? 6 answers I am starting to setup the core data model for a large scale app, and was hoping for some feedback on proper synchronization methods/techniques when it comes to server database and offline capabilities. I use PHP and mySQL for my web server / database. I already know how to connect, receive data, store to core data, etc etc. I am looking more for help with the methodologies and particular instances of tracking data changes to: A) Ensure the app and server are in sync during online and offline