如何在Windowsphone8.1中实现enableLocalDatastore功能

时间:2015-10-27 14:36:31

标签: c# visual-studio parse-platform windows-phone-8.1

我正在开发一个使用Parse进行数据通信的windowsphone 8.1应用程序,我的要求是存储数据以供离线浏览。

我已经看到,对于Andriod和IOS设备的这种功能,我也研究过Parse,并且没有任何Windows设备方法。

以下是Android的方法:

 Parse.enableLocalDatastore(this);

Windows设备可能没有任何选项,那么我们如何以最小的努力实现同样的目标。

1 个答案:

答案 0 :(得分:0)

Parse Local Datastore尚未在Windows Phone上提供。您必须使用Parse Queries中包含的缓存。