Hello all
i am using NSUserDefaults
to save data from the app and when the user leaves the app and then come back to it all the values are restored.
the thing is that it does save the values while the app is running in background mode. but when i close the app from multitasking and re-open it the app comes back as new with no values saved. i have added the methods beginInBackground and applicationWillterminate but no help is their a new way of doing this on the new 4.0?
PS. i am testing on the device only. i could not use the simulator because i am using Map kit.