Type Library Revision Release 2025.3721 Keywords ads, advertising, monetization, fuse Platforms Android, iOS
The Fuse platform lets you give each of your users a great experience, optimize monetization across
For more information on the overall Fuse
To request an account, please access the Fuse dashboard.
local fuse = require( "plugin.fuse" )
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.fuse"] =
{
publisherId = "com.coronalabs"
},
["plugin.fuse.ads"] =
{
publisherId = "com.coronalabs"
},
},
}
For Android, the following permissions/features are automatically added when using this plugin:
android =
{
usesPermissions =
{
"android.permission.INTERNET",
"android.permission.ACCESS_NETWORK_STATE",
"android.permission.ACCESS_WIFI_STATE",
"android.permission.WRITE_EXTERNAL_STORAGE",
"com.android.vending.BILLING",
"com.google.android.c2dm.permission.RECEIVE",
".permission.C2D_MESSAGE",
"android.permission.GET_ACCOUNTS",
"android.permission.RECEIVE_BOOT_COMPLETED"
},
},
If you’re using Corona Enterprise for iOS, ensure that the following static libraries are linked:
libplugin_fuse.alibFuseAds.a