IOS 5.1 Backup / Restore App file from Documents Directory to / from iCloud
问题 I have created a database (IOS 5.1) with XCode 4.3.3 for the iPad and have set it up so that the user can backup and restore the database file (*.sqlite) to DropBox. Everything works fine... Now I would like to do the same process but, set it up for iCloud. Looking for the following function: Tap a button to backup the *.sqlite file from the Apps Document Directory up to iCloud at users preference. Tap a button to copy the *.sqlite file down from iCloud to the Apps Document Directory. I have