I'm writing a WP8.1 app and using IsolatedStorage to save some data. I wonder, does these data get cleared when the app is uninstalled by the user? Or there need some specific clean up code ?
How about that on Windows 8.1? I've seen some questions about not being able to delete IsolatedStorage data in uninstaller. IsolatedStorage: Delete preferences in uninstaller?
Thanks!