vungle-v4.*

Type CoronaProvider
Revision Release 2024.3703
Keywords ads, advertising, Vungle
Platforms Android, iOS
Important

This plugin uses an older version of the Vungle SDK. Thus, we encourage you to update to the newer Vungle 5.1 plugin.

Overview

The Vungle plugin offers easy integration of Vungle video ads.

Registration

Using Vungle video ads requires a free account — please register before proceeding.

Functions

Project Settings

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 =
    {
        ["CoronaProvider.ads.vungle"] =
        {
            publisherId = "com.vungle"
        },
    },      
}
Note

For Android, the following permissions/features are automatically added when using this plugin:

  • "android.permission.INTERNET"
  • "android.permission.WRITE_EXTERNAL_STORAGE"
  • "android.permission.ACCESS_NETWORK_STATE"

Support