I have a client who wants an Android app done, they have some stuff written in native C/NDK, so their files are .so and belong in "jniLibs" - they want me to make an app which will utilise this. Assuming I want to use this in CN1, how do I go about it? And more importantly, is it possible to use this also in the iOS version? What is the route I need to take to use this native code on both android/ios? Do I need to rewrite their c in obj-c and make a native lib for ios?