I want to store an array with NSUserDefault, then, I put in applicationDidEnterBackground
NSUserDefault
applicationDidEnterBackground
[[NSUserDefaults standardUserDefaults] setObj
and don't forget to use the encodeWithCoder and initWithCoder inside the object that you are trying to save and that is contained in the array