【发布时间】:2014-08-13 19:09:12
【问题描述】:
我在ApplicationData.Current.RoamingSettings 中存储了一些数据,遵循此处的示例http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh700362.aspx。
问题是,将数据存储在 RoamingSettings 中,然后使用 ApplicationData.Current.RoamingSettings.Values.Remove(key) 删除相同的数据(我已经检查过,实际上数据已经不存在了),如果我在我的手机上卸载并重新安装应用程序数据我已经删除又回到 RoamingSettings...
我也尝试过ApplicationData.Current.ClearAsync(),除了卸载并重新安装相同的应用程序后,所有的东西都清理干净了。数据又回来了。
有什么建议吗?
【问题讨论】:
标签: c# store windows-phone-8.1 application-data