在 IBM MobileFirst 7.1 中添加 libsqlite3.tbd
Adding libsqlite3.tbd in IBM MobileFirst 7.1
将 libsqlite3.0.dylib 添加到 MobileFirst Hybrid iOS 应用构建阶段,导致 JSONStore 未被加密。
为什么会这样?解决方法是什么?
有两个 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/
将 libsqlite3.0.dylib 添加到 MobileFirst Hybrid iOS 应用构建阶段,导致 JSONStore 未被加密。
为什么会这样?解决方法是什么?
有两个 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/