简体   繁体   English

IBM Worklight-本机iOS是否支持JSONStore?

[英]IBM Worklight - Is JSONStore supported in native iOS?

I have read here and here that, in Worlkight, JSONStore is available only for Hybrid applications. 我在这里这里已经读到,在Worlkight中,JSONStore仅适用于Hybrid应用程序。

Is it then correct to say that we can't use JSONStore in Native application for iOS? 然后说我们不能在iOS的本机应用程序中使用JSONStore是否正确? Are there any alternatives for it? 有其他选择吗? What I guess is that we can use Core Data instead. 我猜想我们可以改用Core Data。

Correct. 正确。 JSONStore does not yet support the native iOS and Android environments. JSONStore尚不支持本机iOS和Android环境。

Quote: 引用:

JSONStore is a JavaScript API for storing data inside hybrid Worklight® applications. JSONStore是一个JavaScript API,用于在混合Worklight®应用程序内部存储数据。 It is similar to technologies such as LocalStorage, Indexed DB , Cordova Storage API, Cordova File API, and IBM® Worklight Encrypted Cache. 它类似于LocalStorage,Indexed DB,Cordova Storage API,Cordova File API和IBM®Worklight Encrypted Cache等技术。 ... ...

See the comparison table in this link: JSONStore features comparison . 请参阅此链接中的比较表: JSONStore功能比较
You have some alternatives, but they are not as complete... 您有一些选择,但还不完善...

Core Data does also sound like a (native) alternative. 核心数据听起来也像是 (本机)替代方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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