hi all,
I have inherited a legacy code which works well, but i need to implement sqlcipher into in. my app is for both android and ios, hence sqlite part is written in c++ which is also used by nadroid using JNI.
hence i am unable to use ready to use library for ios and android as i use functions like sqlite3_open, sqlite3_exec.
do i need to add all c++ files for sqlcipher and compile and use it ?
is there a tutorial how to use it in c++ code ?
regrds