LoginSignup
3

More than 5 years have passed since last update.

AdMobSDK iOS 利用時に必要なframeworkまとめ

Last updated at Posted at 2013-11-08

GoogleAdMobAdsSdkiOS-x.x.x について

  • googlemobileadssdkios.zip とか

GoogleAdMobAdsSdkiOS-6.8.0 で必要なframework

  • CoreTelephony (6.8.0~)
  • AdSupport
  • AudioToolbox
  • AVFoundation
  • CoreGraphics
  • MessageUI
  • StoreKit
  • SystemConfiguration

GoogleAdMobAdsSdkiOS-6.7.0 で必要なframework

  • 6.6.0 に同じ。

GoogleAdMobAdsSdkiOS-6.6.0 で必要なframework

  • AdSupport
  • AudioToolbox
  • AVFoundation <- iOS7 から new!
  • CoreGraphics
  • MessageUI
  • StoreKit
  • SystemConfiguration

GoogleAdMobAdsSdkiOS-6.5.1で必要なframework

  • AdSupport
  • AudioToolbox
  • CoreGraphics
  • MessageUI
  • StoreKit
  • SystemConfiguration

いつの間にか要らなくなってるframework

※いつ消えた?

  • CoreLocation
  • QuartzCore

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
3