| Corona Store | BarcodeGenerator |
The BarcodeGenerator plugin can be used in your Corona project. It enables you to create 2of5I or 3of9I barcode.
local BarcodeGenerator = require "plugin.BarcodeGenerator"
In order to use this plugin, you must activate the plugin at the Corona Store.
When you build using the Corona Simulator, the server automatically takes care of integrating the plugin into your project.
All you need to do is add an entry into a plugins table of your build.settings. The following is an example of a minimal build.settings file:
settings =
{
plugins =
{
-- key is the name passed to Lua's 'require()'
["plugin.BarcodeGenerator"] =
{
-- required
publisherId = "com.keetiz",
},
},
}
If you have activated this plugin, you can download this plugin from the corresponding plugin page in the Corona Store.
More support is available from the KEETIZ team:
| Platform | Supported |
|---|---|
| iOS | Yes |
| Android | Yes |
| Android (GameStick) | Yes |
| Android (Kindle) | Yes |
| Android (NOOK) | Yes |
| Android (Ouya) | Yes |
| Mac App | Yes |
| Win32 App | Yes |
| Windows Phone 8 | Yes |
| Corona Simulator (Mac) | Yes |
| Corona Simulator (Win) | Yes |