In my application I have a dataloss issue with core data or sqlite with iOS7. I was using the app and added some data and save data to coredata calling save on managedObjectContext. I'm using single instance of managedObjectContext with lock/unlock. After adding some data I closed the app by pressing home button. I opened the app after around two and half hour and I lost all data which I saved before closing app. I have no clue what went wrong, because I'm committing data on each save in the application, then the lose could happen on last couple of transactions but how can I lost data which I entered in 15min usage.
Any help would be great. Thanks.