My App creates an offline store when start, open it, and do normal OData operations. If I accidently kill the App (manually kill it in Android device or reboot the phone), and restart the App again, do I still need to create the offline store again? is there anyway to restore the previous copy?
My take is that the Offline stores live in the memory when the App is running, if you kill it, the Offline stores data will not be kept and you have to create stores again when restart the App.
Thanks.