I am new to iOS, so please spare me if i am asking something thats known to everyone or something wrong.
I need to save some Arrays and links in my app. So i used NSUserDefaults
instead of Database. I know that NSUserDefaults
holds the values until we uninstall the app or somehow clear the app data. So I just need to know, Is is ok to use NSUserDefaults
instead of using database?