How to use multiple plugins in a single app

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.

  1. How can i create a project like PluginLibrary.xcodeproj ?
  2. 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.

 

@Panarabk,

I saw your note in your other thread, and wanted you to know I did in fact read this one.  However, I don’t have any help to give you.  I will say, that Enterprise is a learning experience if you don’t have a great deal of practice using the tools and language(s)  necessary to add features.  I can only suggest  that you:

  • Hire help, or
  • Hire a trainer, or
  • Dig deep and experiment and play around with Enterprise till you start to grok it.

@Panarabk,

I saw your note in your other thread, and wanted you to know I did in fact read this one.  However, I don’t have any help to give you.  I will say, that Enterprise is a learning experience if you don’t have a great deal of practice using the tools and language(s)  necessary to add features.  I can only suggest  that you:

  • Hire help, or
  • Hire a trainer, or
  • Dig deep and experiment and play around with Enterprise till you start to grok it.