fuse.*

Type Library
Revision Release 2025.3714
Keywords ads, advertising, monetization, fuse
Platforms Android, iOS

Overview

The Fuse platform lets you give each of your users a great experience, optimize monetization across in-app purchases and ads, and grow engagement.

For more information on the overall Fuse player-centric platform, see www.fusepowered.com/corona.

Fuse Registration

To request an account, please access the Fuse dashboard.

Syntax

local fuse = require( "plugin.fuse" )

Functions

fuse.init()

fuse.show()

fuse.checkLoaded()

fuse.checkContent()

fuse.getProperty()

fuse.load()

fuse.register()

Events

adsRequest

Project Settings

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"
        },
    },      
}
Note

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"
        },
    },

Enterprise

If you’re using Corona Enterprise for iOS, ensure that the following static libraries are linked:

Support