gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-11-28 08:05:22 25 4
gpt4 key购买 nike

我开发了一个 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com