iOS Question Make an sqlite extension to be loaded by load_extension

ludoprgrm

Member
Licensed User
Hi,

I want to add some internal functionnalities to my iOS application, on the sqlite side.

I have already done some sqlite extensions for x86/x64 in C, and would use them in my applications. I know have firstly to build them for the Apple's ARM achitecture ; this is not the problem.

Is it possible to embed my extensions into the B4i App ? In the Files folder ?

I've read on some websites that iOS is preventing from loading binaries .so. In this case, the only solutions should be to add my own functionalities directly in the sqlite library ?

Many thanks for your help,

Best regards

Ludovic
 

ludoprgrm

Member
Licensed User
Ok, Thanks.

So I'me made my functionalities on pc side by x86 x64 sqlite extension, and I have done the same functions in B4I directly.

It has add a lot of work on the B4i side, but I've done what I want to do.

I've ask that because I see the SQLCipher project (https://www.zetetic.net/sqlcipher/buy/) and the lib they give seems to be loadable on iOS (so I think, If a .so lib is not loadable, that the source-code is given to be compiled inside the project).

Many thanks,

Best regards,

Ludovic
 
Upvote 0
Top