From The Blog: More AppLovin love! Announcing support for tvOS

applovinCorona Labs is pleased to announce that our AppLovin plugin is now compatible with tvOS apps. Currently, AppLovin is one of the few monetization options available for Apple TV apps.

You will need to make one minor adjustment to your build.settings file if you’re using the supportedPlatforms line. If building for tvOS, simply include the appletvos option:

settings =
{
    plugins =
    {
        ["plugin.applovin"] =
        {
            publisherId = "com.coronalabs",
            supportedPlatforms = { iphone=true, android=true, osx=true, win32=true, appletvos=true }
        },
    },
}

Note that AppLovin ads for tvOS will always be videos (no static interstitials), just as if you’re watching TV. Also note that if the ad is associated with a tvOS app, clicking the remote button while the ad displays may take you to the app’s entry in the store.

To learn more about implementing AppLovin in your app, check out our announcement and the AppLovin plugin documentation.

If you have more questions or need help, please visit the Corona Labs Forums.

View the full article