I'm developing a fairly basic app in XCode v4.6 which is constructing a database of dated images with some textual descriptions. I need to backup the database and had originally intended to do this locally with the intention of transferring the necessary files between phones via PC/USB. This option is now in doubt due to what I believe (correct me if I'm wrong) are restrictions on what can be accessed in this way due to the fact the iPhone is essentially treated as a camera device rather than mass storage on connection.
The preferred solution then is to backup to iCloud although I've not worked with this before. I'm under some pressure for a quick turnaround so I've got to consider outsourcing this section. I'd really appreciate if you guys could give me an idea as to how long it would take someone experienced to:
- Configure the iCloud account (I'm assuming this is just user credentials...)
- Develop the upload and download of the image and text data (ViewController, search and save methods)
Thanks a mill,
Ed