Hi cleaver people of the internet ,
I want to put some banner ads on my amazing cool app
But i have a few questions regarding applovin
I made my app out of 4 scenes via composer
Now i followed the guidelines via https://docs.coronalabs.com/plugin/applovin/index.html
Tried a bunch of stuff nothing works
For now ive put in the plugin in build settings
and
local applovin = require( “plugin.applovin” ) and applovin.init( adListener, { sdkKey=“key”} ) in main.lua
Applovin recognized my app and i have set the settings to banners
then I went in to one my scenes for example mainScreen.lua
local applovin = require( “plugin.applovin” )
- create()
function scene:create( event )
applovin.load( “banner” )
- show()
function scene:show( event )
applovin.show( “banner” )
but no ads
Im not asking you to code everything for me But please can someone send me in the right direction
to make this work
Thank you