I am creating one iOS app with the possibility of managing users and login them.
I want to persist the user data settings of every user but I´m not sure what is the best way to do save this setting by each user.
Should I save the data into an xml file, or NSUserDefaults or even saving them into my Parse Cloud Database?
I just want to save a list of user properties when loading a view, but I must have in consideration that my App must load the right parameter for current user.
For example:
User: Peter trackingSwitchEnabled: YES
User: Molly trackingSwitchEnabled: NO
User: Paul trackingSwitchEnabled: YES