简体   繁体   中英

How can I achieve enableLocalDatastore feature in Windowsphone8.1

I am working on a windowsphone 8.1 application where we are using Parse for data communication, my requirement is to store data for offline browsing .

I have seen, this kind of feature for Andriod and IOS devices, I have also looked into Parse and there was not any method for Windows device.

Here is a method for Android:

 Parse.enableLocalDatastore(this);

It might be possible there is not any option for Windows devices ,then how can we achieve the same with minimal efforts.

Parse Local Datastore is not available on Windows Phone yet. You will have to use the caching included in Parse Queries .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM