I hope there is someone who can help me with the following.
I currently have an Android app that connects to the C library using JNI. Now I would like to connect my iOS application to the same C library, but how can I call functions and how can I access interfaces without JNI?
Hope someone has some good tips or tutorials.
So, I have an Android app, an iOS app, and a C library adapted to JNI (Java Native Interface). Part of Android is working. But now I would like to use as much as possible, but still connect my iOS application to this (or most) library. (the library is a separate header and .c files)
Please, help:)
source share