Toado is a very simple task manager demonstrating the integration of Core Data with the Dropbox Datastore API using ParcelKit.
Fill in the Dropbox app credentials located at the top of the AppDelegate.m file.
#define DropboxAppKey @""
#define DropboxAppSecret @""
Toado requires a minimum of iOS 6.1 and Dropbox Sync SDK 2.0.0-b3.
MIT.