¡@

Home 

2014/10/15 ¤U¤È 10:09:29

iphone Programming Glossary: gadbannerview

AdMob crashes with [GADObjectPrivate changeState:]: unrecognized selector

http://stackoverflow.com/questions/12635283/admob-crashes-with-gadobjectprivate-changestate-unrecognized-selector

the tutorial and just want to get AdMob showing a banner once. But it crashes on the last line self.bannerView GADBannerView alloc initWithFrame CGRectMake 0.0 self.view.frame.size.height GAD_SIZE_320x50.height GAD_SIZE_320x50.width GAD_SIZE_320x50.height..

Admob banner integration in Cocos2d 2.0 / Admob banner in iphone games

http://stackoverflow.com/questions/14278166/admob-banner-integration-in-cocos2d-2-0-admob-banner-in-iphone-games

working admob cocos2d code Copy createAdmobAds showBannerView hideBannerView and dismissAdView to your class. #import GADBannerView.h typedef enum _bannerType kBanner_Portrait_Top kBanner_Portrait_Bottom kBanner_Landscape_Top kBanner_Landscape_Bottom CocosBannerType.. CocosBannerType #define BANNER_TYPE kBanner_Landscape_Bottom change this on need basis @interface MyMainMenu CCLayer GADBannerView mBannerView CocosBannerType mBannerType float on_x on_y off_x off_y @implementation MyMainMenu void onEnter super onEnter.. screen. Available AdSize constants are explained in GADAdSize.h. if mBannerType kBanner_Portrait_Bottom mBannerView GADBannerView alloc initWithAdSize kGADAdSizeSmartBannerPortrait else mBannerView GADBannerView alloc initWithAdSize kGADAdSizeSmartBannerLandscape..

AdMob not showing ads in iOS simulator

http://stackoverflow.com/questions/5967581/admob-not-showing-ads-in-ios-simulator

is the following I've changed the adUnitID Create a view of the standard size at the bottom of the screen. bannerView_ GADBannerView alloc initWithFrame CGRectMake 0.0 self.view.frame.size.height GAD_SIZE_320x50.height GAD_SIZE_320x50.width GAD_SIZE_320x50.height..