I am pulling data from an API and then building out my data objects with it. I want to cache this data for the future. I have been storing the string from the api in NSUserDef
What type of data? If its text/string bases SQLLite would probably be the best.