Type Library Revision Release 2024.3703 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:
FeedView type ads were deprecated in plugin version 1.4.2 (KIDOZ sdk version 0.8.3.2) and are no longer available.
FlexiView and VideoUnit type ads were deprecated in plugin version 1.4.5 (KIDOZ sdk version 0.8.5.1) and are no longer available.
Before you can use this plugin, you must register with KIDOZ.
local kidoz = require( "plugin.kidoz" )
To use this plugin, add an entry 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" }, }, }
In addition, please add the following entry to the settings
→ android
build.settings
to prevent your app from being installed on incompatible Android devices.
settings = { android = { minSdkVersion = "17", }, }
For Android, the following permissions/features are automatically added when using this plugin:
"android.permission.INTERNET"
"android.permission.WRITE_EXTERNAL_STORAGE"