+

Search Tips   |   Advanced Search

Replace SQLite with SQLCipher for Windows Phone 8

To use JSONStore encryption on Windows Phone 8, we must replace SQLite with SQLCipher.

  1. Run the SQLCipher for Windows Phone extension that comes with the SQLCipher for Windows Phone Commercial Edition.

  2. After the extension finishes installing, locate the SQLCipher version of the sqlite3.dll file that was just created. There is one for x86, one for x64, and one for ARM.

      C:\Microsoft SDKs\Windows Phone\v8.0\ExtensionSDKs\SQLCipher.WP80\3.0.1\Redist\Retail\<platform>

  3. Copy and replace this file to the MobileFirst application.

      <Worklight project name>\apps\<application name>\windowsphone8\native\buildtarget\<platform>


Parent topic: SQLCipher on Windows Phone 8 and Windows 8 or 8.1