I developing an app and not sure if I want to use the database function to store data on the cloud. I want my data to be stored locally on the device (IOS) and don't need the overhead of going back to the server to get it.
So I'm using the "localStorage" method.
Is this advisable? Should I be using something else? I need to the data to be persistent since I'm saving user settings that the app depends on.
Any advise would be appreciated.