have a look at your persistent store code.
you must be using more than one hashkey for storing data. if so, try to use one, if you have no need for multiple datasets on the device.
OR
if you are using vectors, inspect them to make sure you are repopulating them correctly.
that's all I can suggest with the limited info you have given. |