Search code examples
c#windows-phone-8windows-phone-7.1isolatedstorage

How to make IsolatedStorageSettings persist even after the device is turned off?


First page of the my application requests the login ID and password which I store using isolated storage. I want my application to remember the login credentials even if the device is switched off i.e once the user logs in, the application should store the login values and on a user's next visit the login page should not appear and directly the second page should be displayed.

Can anybody help me do this???

Thanks in advance


Solution

  • See the question: "for how long data in Isolated storage is persistent".

    If you restart the Windows Phone emulator it is equivalent to deleting the application. This does not happen on a real phone.