开发者

Do application settings persist after uninstall on Windows Phone 7?

开发者 https://www.devze.com 2023-02-01 05:26 出处:网络
I suppose I could easily test this, but does anyone happen to know whether my application settings will persist through an uninstall/reinstall on Windows Phone 7? I\'m hoping to implement a time-limit

I suppose I could easily test this, but does anyone happen to know whether my application settings will persist through an uninstall/reinstall on Windows Phone 7? I'm hoping to implement a time-limited trial, but obviously开发者_JAVA百科 this plan may be a dud if uninstall/reinstall resets it!

Chris


No, application settings do not persist after uninstall

If an application is uninstalled, the data root and everything within the store, including the isolated storage folder, will be deleted.

Source: MSDN

0

精彩评论

暂无评论...
验证码 换一张
取 消