问题
I am developing an app for windows phone 8.1 using SilverLight in that I am storing details of some products using sqlite but I want to know how can I store that data permanently means when I close the emulator the data is lost. So please let me know how do I store that data.
回答1:
When you close the emulator, all the data is lost and all the apps deleted. Imagine it as doing a hard reset on your device.
Your only solution is not to close the emulator or get a real device for testing.
来源:https://stackoverflow.com/questions/35037875/sqlite-database-for-windows-phone-8-1silverlight