Using IsolatedStorageSettings to store information permanently for an app in wp8
问题 I am using IsolatedStorageSettings to store a contact list for a key in my app. But the app only stores the list till the app is active(i.e. like navigating from one page to another). If I exit the app and again relaunch it, the stored key/contact list is not found. How do i permanently save a list for an app, till the app is installed? Here is the code of my viewmodel, I am using: public class ContactsViewModel : ViewModelBase { private static IsolatedStorageSettings appSettings =