Search code examples
windows-8.1windows-phone-8.1isolatedstorageisolatedstoragefile

IsolatedStorage, will they be cleared along with application uninstall?


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!


Solution

  • The isolated storage is properly cleared when an app is uninstalled, you've got nothing to do.

    The question you linked is about the desktop version of .NET, which works quite differently from the phone one.