I have a user on an iPod touch 2nd gen who says that when using my app it is not remembering saved data between launches. My app automatically saves everything on exit. I only have an iPhone and have not run into any such problems on it, nor have I had any reports from other users having a similar problem.
The user says that resetting the app or the iPod makes no difference.
Does anyone know if and why there would be a difference between the iPhone and iPod touch (2nd gen) in this regard? To save the contents of a list of data, I'm saving the contents of an array using the writeToFile: method to save into the local documents folder and then reading again using the initWithContentsOfFile: method. I'm not using NSUserDefaults.
The only thing I could think of was that his disk was full but that appears not to be the case.
If anyone has come across similar problems then any help would be appreciated. (In fact, I hope I'm not breaking forum rules here but in connection with this post if anyone has a 2nd gen iPod touch on 2.2.1 and is happy to test it for me, PM me and I'll send you one of the spare promo codes I have).
Many thanks.
John
The user says that resetting the app or the iPod makes no difference.
Does anyone know if and why there would be a difference between the iPhone and iPod touch (2nd gen) in this regard? To save the contents of a list of data, I'm saving the contents of an array using the writeToFile: method to save into the local documents folder and then reading again using the initWithContentsOfFile: method. I'm not using NSUserDefaults.
The only thing I could think of was that his disk was full but that appears not to be the case.
If anyone has come across similar problems then any help would be appreciated. (In fact, I hope I'm not breaking forum rules here but in connection with this post if anyone has a 2nd gen iPod touch on 2.2.1 and is happy to test it for me, PM me and I'll send you one of the spare promo codes I have).
Many thanks.
John