I am using FMDB for handling a sqlite db in my application built using rubymotion.
I want to encryt the database with SQLCipher and I am facing issues when I try using SQLCipher methods such as sqlite3_key ?
Has anyone tried out the same ?
**********adding :
When I try to encrypt the database using the sqlite3_key method offered by SQLCipher api , it throws and exception telling the method is not defined.