Hi,
I integrated iAd in my app and i added plugin in my build.settings. And my code for ad show is
ads:setCurrentProvider(“iads”)
local adY = display.contentHeight
ads.show( “banner”, { x=0, y=adY } )
It is working fine and ad shows in bottom.
Problem is whenever i delete app from background that time ad shows in top of the screen. otherwise it working fine. What is this issue?