Hi,
I’m trying to show Admob ads in my app.
plugins = { -- key is the name passed to Lua's 'require()' ["CoronaProvider.ads.admob"] = { -- required publisherId = "com.coronalabs", }, },
when i add the above code in my build.settings file , and compile for android it works perfectly.
but when i compile for iOS, build fails.
Please help
Thanks,