sqlcipher not working in iOS 10

Hello friends,



I have use Sqlite (sqlcipher) in my iOS project for database. In iOS 9 all things are working perfectly. Now i have update new Xcode. But DB encryption is not working now.


Can anyone help me ?


Thanks in advance

Replies

AFAICT SQLCipher does not use the built-in SQLite but instead is a customised copy of that library. Does that match your understanding? If so, you’ll need to raise this via the SQLCipher support channel.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"