将libsqlite3.0.dylib添加到MobileFirst混合iOS应用程序构建阶段,会导致JSONStore未被加密。
为甚麽呢?解决方法是什么?
发布于 2016-07-24 11:16:33
有两种JSONStore变体。一个是捆绑在v7.1中并使用OpenSSL的插件,另一个是使用SQLlite的开源Cordova插件。
开源变体提供了一个Cordova插件,如果您正在使用v7.1中的MFP Cordova应用程序,您可以使用它:https://mobilefirstplatform.ibmcloud.com/blog/2016/04/01/using-security-in-jsonstore/
您还可以尝试以下操作来解决您的错误:https://www.zetetic.net/sqlcipher/ios-tutorial/
https://stackoverflow.com/questions/38545909
复制相似问题