user533832
user533832

Reputation:

Can I back up my app's SQLite database to iCloud?

I'd like to have a 'backup' and 'restore' button in my app that just copies the entire SQLite database as a blob to iCloud. The database will always be small as it contains only hand-entered information.

Is this possible using iCloud or do I need to create an external service to manage this?

(If it matters: my app is created using the NimbleKit framework and jQuery Mobile UI)

Upvotes: 2

Views: 3936

Answers (1)

Related Questions