12 February 2016
More AppLovin love! Announcing support for tvOS
Corona 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:
1 2 3 4 5 6 7 8 9 10 11 |
settings = { plugins = { ["plugin.applovin"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=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.
Marcus
Posted at 22:50h, 12 FebruaryExcellent. Things are really moving fast in Corona lab recently. Please keep up the good work. 🙂