ios - iAD on iPAD is transparent but clickable (Monotouch) -
I am using Monochowch 4.0.7 and IAD is known as iPhone (normal) and iPhone (retina).
The iPad version seems to be clickable, successfully, but it is completely empty. The emulator also has a color of mousewood.
I have tried to expand the viewing frame of both the view controller and 1024x768 but it still is not showing up.
Is this normal behavior in portrait mode? I am using ADBannerContentSizeIdentifierPortrait.
By the way, AdLoaded is being called and there is no warning in the app output.
I am considering this issue, the problem (I'm guessing) is that you Using "ADBannerContentSizeIdentifierPortrait" as the identifier in your "Essential Content Segment" set. The problem is that the string is not the same as the identifier. You should instead use a class property on ADBannerView that is called ADBannerViewSizeIdentifierPortrait or ADBannerViewSizeIdentifierLandscape.
Let me know that this is out of your problem,
ChrisNTR
Comments
Post a Comment