Type Library Revision 2017.3060 Keywords ads, advertising, KIDOZ Platforms Android, iOS
KIDOZ is a child-friendly content discovery platform, allowing you to boost app revenue and engagement without compromising on user experience and fun. Unique features include:
Before you can use this plugin, you must register with KIDOZ.
local plugin = require( "plugin.kidoz" )
To use this plugin, add two entries into the plugins
table of build.settings
. When added, the build server will integrate the plugin during the build phase.
settings = { plugins = { ["plugin.kidoz"] = { publisherId = "com.coronalabs" }, ["plugin.google.play.services"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, }, }
For Android, the following permissions/features are automatically added when using this plugin:
"android.permission.INTERNET"
"android.permission.WRITE_EXTERNAL_STORAGE"