简体   繁体   中英

IBM Worklight - Is JSONStore supported in native iOS?

I have read here and here that, in Worlkight, JSONStore is available only for Hybrid applications.

Is it then correct to say that we can't use JSONStore in Native application for iOS? Are there any alternatives for it? What I guess is that we can use Core Data instead.

Correct. JSONStore does not yet support the native iOS and Android environments.

Quote:

JSONStore is a JavaScript API for storing data inside hybrid Worklight® applications. It is similar to technologies such as LocalStorage, Indexed DB , Cordova Storage API, Cordova File API, and IBM® Worklight Encrypted Cache. ...

See the comparison table in this link: JSONStore features comparison .
You have some alternatives, but they are not as complete...

Core Data does also sound like a (native) alternative.

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