I can’t seem to get any ads to appear when testing my app. And when I look at the iOS simulator console I get this:
You are currently using version 6.12.2 of the SDK, which doesn’t officially support iOS 8. Please consider updating your SDK to the most recent sdk version, 7.1.0, to get iOS 8 support, including a fix for smart banner rendering in landscape mode.
I’ve included the ads file and here’s the code I"m using to call the ads:
ads.init("admob", "myAppID",adListener) ads.show( "banner", { x=0, y=dh \* .82, appId="ca-app-pub-nnnnnnnnnnn/nnnnnnnn",test = true } )
Has anyone else ran into this, do I need to submit a bug?