hi,all!
how to get user-defined class or variable from oc?
similar to Android’s androidJavaClass、androidJavaObject…
hi,all!
how to get user-defined class or variable from oc?
similar to Android’s androidJavaClass、androidJavaObject…
Native IOS code is written in C, not in Java.
Here’s some info on how to build the plugin:
https://stackoverflow.com/questions/14834626/how-to-build-unity3d-plugin-for-ios
So you would need to perform extern calls to the native plugin library. There’s also an example in there.