February 2015
Intermediate to advanced
768 pages
26h 24m
English
App data refers to any persistent data that an app reads and writes “privately.” An app’s settings or a game’s high scores are an example of this type of data. App data normally does not get directly exposed to users, and one app cannot view such data from another app. Most importantly, when an app is uninstalled, all of its app data automatically gets deleted as well.
There are two types of app data: app settings and app files. Access to both of these mechanisms is available via the Windows.Storage.ApplicationData class.
Read now
Unlock full access