Dear all,
I am currently losing revenue by the hour because i can’t fix this issue:
My game loads the menu and with it, it loads the banner before createscene etc.
local provider = "admob" -- Your application ID local appID = "appid - removed for privacy purposes" -- Load Corona 'ads' library local ads = require "ads" ads.init( provider, appID) ads.show("banner", {x=0, y=display.contentHeight - 50})
It then smoothly moves to gameplay where you have to hop through stuff etc.
Then when the game ends an interstitial ad should be displayed and you then go back to the menu.
the interstitial ads are not displaying at the moment im not sure if thats fill rate or a real issue.
the issue is when you go back on the menu the banner dissapears! help!
Many Thanks,
James Mallon