I build a iOS app with admob V2 function .
then show the banner
ads.show( “banner”, { x=0, y=100000, appId=bannerAppID } )
in normal case it will show the banner at the bottom of screen.
But I put the ipa on iPad mini with iOS 8.
if the app is default portrait app . this function is OK
But if this app is landscape app mode . the banner will out side the screen .
(no matter I select iOS sdk 7.1 or iOS sdk 8)
But I put this ipa on iPad 3 with iOS 6 . landscape and portrait are working well .
Is anybody have the same problem ?
Br