I'm developing an app that can have multiple users. I mean, when a user downloads the app, he'll have 1 user ( default ), but he can add more users for his parents/sons/wife/etc. And each user will have his own data.
So my question is: What is the best way to handle these users' data ? I was thinking about using Core Data but i 'think' it's really complicated to add a new attribute to the Users entity ( i'm not sure! ). So, now i'm thinking about using NSUserDefaults ( this might be less complicated.. ).
I hope you can help me with this, even if i have to use/do something else.
Thank you, Bader Al-Rasheed