Hello ,
I am developing an application with enterprise edition because i want to use some native features like bluetooth , camera and other many thing. I Do not have much knowledge of Objective C.
I read all doc for Enterprise (objective c and Lua) and I have flash-light example is running.
But i want to add one more plugin library like PluginLibrary.xcodeproj.
- How can i create a project like PluginLibrary.xcodeproj ?
- Can i use static library (.a) file ?
If yes , then how to create static library ? and how to use it in this example ?
I just want to use multiple plugins like:
flashlight = require(“plugin.flashlight”)
video = require(“plugin.videoPlugin”)
Is this possible ? how ?
Can any one help me please.
Thanks in advance.