その後のその後

iOSエンジニア 堤 修一のブログ github.com/shu223

Google AdMob Ads SDK 5.0.5 の更新内容

アプリを申請した数時間後に、AdMob SDK がアップデートされていたことを知り、(申請を取り下げてまで最新にする必要があるかどうか判断するために)更新内容について調べてみました。


こちらがリリースノート。
http://code.google.com/intl/ja/mobile/ads/docs/rel-notes.html#ios


7月リリースの4.1.1を利用していたのですが、気づけばメジャーアップデート含め3回も更新されていたようです。

5.0.5
11/30/2011

  • Added support for additional Rich Media interstitial ad formats for iPhone and iPad. This update will be forward-compatible with all future interstitial ad formats.
  • Improved interstitial impression tracking.
  • GADInterstitial has always been a one-time-use object, but it will now gracefully fail by calling didFailToReceiveAdWithError: on any requests to load or display an interstitial after the first request.

5.0.4
10/28/2011

  • Fix oversized buttons on retina displays in in-app browser.

5.0.3
10/24/2011

  • Custom search ads integration.
  • iOS 5.0 support.
  • Faster interstitial loads.
  • Modal view controller ad presentation fix.
  • Fixed anchor tag behavior.


よくわからない項目もありますが、とりあえず iOS 5.0 support というのがあるので、個人的には更新しといた方が良さげと判断しました。