Type Library Revision Release 2024.3703 Keywords ads, advertising, StartApp Platforms Android
The StartApp plugin allows developers to monetize users through StartApp static interstitial ads, video interstitial ads, rewarded video ads, splash ads, return ads and banner ads.
Before you can use this plugin, you must register with StartApp.
local startapp = require( "plugin.startapp" )
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.startapp"] = { publisherId = "com.startapp" }, }, }
For Android, the following permissions/features are automatically added when using this plugin:
"android.permission.INTERNET"
"android.permission.ACCESS_NETWORK_STATE"