LoginSignup
8
7

More than 5 years have passed since last update.

最近のGoogle Mobile Ads SDK (adMob) の使い方 [7.0.0]

Last updated at Posted at 2015-02-21

6前半から7.0.0にアップデートしましたが、使い方が変わってました。

import

簡単になりました。

@import GoogleMobileAds;

初期化

デバイスを判定してバナーサイズを自動変更するSmart BannerでiPhone 6やiPhone 6 Plus対応も簡単。以下は縦(Portrait)の場合。

[[GADBannerView alloc] initWithAdSize:kGADAdSizeSmartBannerPortrait];

参考

以上

8
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
7