Plugin use for beginners

Hello corona people,

first , sorry for my english…

I’m french beginner with Corona and i ‘have searched for 24 hours a precious info i’ ve not find.( google, forums, tutorials… )

I don’t understand the plugin usage in corona.

I have 4 plugin in activated  (iTunes, qrscanner, …) in my account but i don’t know how to make them works on my Mac :

These plugins are not in my local library.

My questions : do i have to download them ? and how ? Do i have to download a special idk version ? What do i do ?

I’m working on a new Mac Pro and “el capitan”.

Thanks for your help

Unless you are using Corona Enterprise, you don’t have to download anything. You simply include the right code in your build.settings. Then include the right code in your application.

See this tutorial:  https://coronalabs.com/blog/2014/07/08/tutorial-understanding-build-settings/

It will help you understand build.settings and where to put in the proper plugin code.

Now most plugins will only work when you install your app on a device since they require SDK’s that are only available on iOS and Android. For instance the Facebook plugin won’t work in the Simulator or an OS-X desktop app. You have to build and test on a real device to use them.

Rob

Unless you are using Corona Enterprise, you don’t have to download anything. You simply include the right code in your build.settings. Then include the right code in your application.

See this tutorial:  https://coronalabs.com/blog/2014/07/08/tutorial-understanding-build-settings/

It will help you understand build.settings and where to put in the proper plugin code.

Now most plugins will only work when you install your app on a device since they require SDK’s that are only available on iOS and Android. For instance the Facebook plugin won’t work in the Simulator or an OS-X desktop app. You have to build and test on a real device to use them.

Rob