Alexandr Sulimov
Alexandr Sulimov

Reputation: 1924

Windows Phone Emulator save state

I lost all the data I saved into the emulator(contacts, accounts) after closing it.

I need to save the state of emulator before closing it.

I am using this post , but state is not getting saved and setting the state manually takes a lot time.

Upvotes: 1

Views: 769

Answers (2)

David To
David To

Reputation: 547

You can do that with Windows Phone 8.1 emulator. The emulator's tools provides Checkpoints in order to save/restore state.

Upvotes: 5

A.K.
A.K.

Reputation: 3331

In simple words You cant.Every start of an emulator is a clean start. You can only maintain the information you stored in it till you do not close it. Once you close the emulator, all the information like contacts or the apps installed in it get removed automatically.

for an app if you terminate and restart your it while the emulator itself keeps running, all data that your app properly saved is retained.

Upvotes: 1

Related Questions