I am storing data for my App on my device in a local database that is included with the app. If the user wants to save their data and restore it (via Dropbox or equivalent), is there an easy method to do this?
I want the process to be as seamless and simple for the user. I would prefer they backup to their own source, but would also be interested in any other better solutions.
Any suggested steps to make this feature available on my app?
Thanks in advance.