In the documentation of iAdmob:
I get this information to SIZE_FULL_BANNER: iPad ad size (468x60).
But if I use this type of banner in the iPhone it shows (300x250).
Can I use this banner to show a GADAdSizeMediumRectangle instead this code?:
www.b4x.com
I get this information to SIZE_FULL_BANNER: iPad ad size (468x60).
But if I use this type of banner in the iPhone it shows (300x250).
Can I use this banner to show a GADAdSizeMediumRectangle instead this code?:
How to use iAdMob ADAdSizeMediumRectangle with admob 3
Hello, Previously I was using: adviewsohbet.Initialize("adviewsohbet", ", Page1, no.RunMethod("SIZE_MEDIUM_RECTANGLE", Null)) with inline : #if OBJC - (NSObject*)customSize:(int)width :(int)height { GADAdSize size = GADAdSizeFromCGSize(CGSizeMake(width, height)); return [NSValue...