开发者

iAD on iPAD is transparent but clickable (Monotouch)

I am using monotouch 4.0.7 and was able to get iAd to show up sucessfully on iPhone(normal) and iPhone(retina).

It seems that the iPad version is loaded successfully, clickable but it's completely empty. In the emulator it has the mousedown color too.

I've tried extending the开发者_高级运维 frame of both the view controller and the view to 1024x768 but it's still not showing up.

Is this normal behavior in Portrait mode? I am using ADBannerContentSizeIdentifierPortrait.

By the way, AdLoaded is getting called and there are no warnings in application output.


I've been looking into the issue, the problem (I'm guessing) is that you're using "ADBannerContentSizeIdentifierPortrait" as the identifier in your "RequiredContentSizeIdentifiers" set. The problem is that the string is not the same as the identifier. You should instead use the class properties on ADBannerView which are ADBannerView.SizeIdentifierPortrait or ADBannerView.SizeIdentifierLandscape.

Let me know if this sorts out your issue,

ChrisNTR

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜