Previously I mentioned the excellent Rack Core Data and AFIncrementalStore that make it easier to create RESTful web services that can sync your Core Data database.
Steve Derico has created a scaffolding kit that utilizes AFNetworking and AFIncrementalStore store along with the Heroku service to automatically create a cloud syncing mobile app using your Core Data model.
As the readme states:
Building an app that syncs its data in the cloud can be difficult. That’s where SDScaffoldSync comes into play. SDScaffoldSync creates a REST endpoint (via Heroku-Core-Data-Buildpack) and syncing code (via AFIncrementalStore) for you. SDScaffoldSync also leverages SDScaffoldKit to give you ready-made views for your model objects. Just create your Core Data model, hand SDScaffoldKit your Entity’s name, a field to sort by, and BAM! You you have a cloud syncing app.
And here’s a video showing how you can build a cloud syncing mobile app with SDScaffoldKit:
You can find SDScaffoldSync on Github here.
Looks like a great framework if your app needs to sync with an online service.
- iOS Library For Automatically Creating CRUD Interfaces (Scaffolding) Using A Core Data Model
- Open Source: Library To Automatically Sync NSUserDefaults With iCloud
- Open Source Library For Core Data Syncing Between Any Number Of iOS And Mac Devices
- Tool: Slick Core Data Editor With Objective-C Code Generation
- Automatically Generate A RESTful Web Service Based On A Core Data Model (Ruby Gem)
Original article: App Scaffolding Kit That Automatically Allows You To Sync Your Core Data Apps Online
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.





