I have read that data stored in Isolated Storage in wp7 is permanent.But I am a little confused about the term ‘permanent’. I don’t have wp7 device so I can’t check this on a real device. I tried the emulator and everything is working fine until I close my emulator. I want to know if the same problem exists on the real device when the application is closed or the device is switched off.
Share
On the device, the IsolatedStorage will keep your data, until you uninstall/delete the application. When you use an emulator, the “installed app” remains only until you close the emulator. Closing your emulator is equivalent to deleting your application.