Hey all, I managed to get SQLCipher working on iOS to encrypt the DB.
The thing I'm stuck with now is how to migrate the old unencrypted DB to the new encrypted one in multiplatform? We seem to have it working on Android but I'm not sure how we can handle this on iOS.
Anybody know of any examples?
Thanks!