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
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