I'm building an app. Just the app, I have no server right now.
The app allows the user to store information (text, a lot of text). And I want to be able to save this somewhere to allow user to restore this data if he changes his phone or if he signs out and signs ins again later or stuff like that.
I'm saving the user's data in the app with CoreData. I don't need sync between different devices because the app can be "logged in" in just one device at a time.
What's the best approach to follow? I have no idea what to do... any tutorial or pdf or something like that will be really useful!
Thanks!