iOS:Google 移动广告会自动处理 AdSupport 要求吗?

标签 ios swift admob

我开发了一个 iOS 应用程序,它使用 Google 移动广告框架通过 AdMob 显示单个横幅广告:

var bannerView: GADBannerView!
override func viewDidLoad() {
    super.viewDidLoad()
    bannerView = GADBannerView(adSize: kGADAdSizeSmartBannerPortrait)
    self.view.addSubview(bannerView)
    bannerView.adUnitID = "ID"
    bannerView.rootViewController = self
    bannerView.load(GADRequest())
}

快速 grep 告诉我这个框架使用了 AdSupport 框架:advertisingIdentifierisAdvertisingTrackingEnabled

来自 Google 移动广告 SDK 下载页面:

The Mobile Ads SDK for iOS utilizes Apple's advertising identifier (IDFA). The SDK uses IDFA under the guidelines laid out in the iOS developer program license agreement. You must ensure you are in compliance with the iOS developer program license agreement policies governing the use of this identifier.

这表明 Google 移动广告框架会根据 Apple 的指南自动处理这些标志(前提是您不添加修改它们的代码,我没有这样做)。

我想在提交前确保我的应用符合指南。 Google 移动广告框架处理这些标志的方式是否可以接受,还是我必须添加代码来处理它们?

最佳答案

是的,确实如此。上面的默认横幅是可以接受的,应用程序已获准进入 App Store。

关于iOS:Google 移动广告会自动处理 AdSupport 要求吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45326741/

相关文章:

ios - 如何从 geoJson 附加二维数组?

ios - 调整 CGPath 大小

android - 如何仅在 ListView 的第一个位置插入横幅广告?

android:admob InterstitialAd 在 loadAd 时崩溃

ios - PWA 应用程序 - 使用 Angular 6 在本地存储中存储图像和视频

iphone - 在此代码段中使用 NSThread

ios - 自定义容器 : @IBOutlets nil even though view is displaying correctly

ios - 在平移手势或拖动上更改 View Alpha

ios - 火力地堡 : Access the database from URL

javascript - 具有基于上下文所有者的动态广告显示的网络?