停止 Google 移动广告 SDK 在 iOS 上传输私人数据

问题描述

我使用 Google 移动广告 SDK 在我的应用中成功投放了广告。因此,我将以下 SDK 框架导入到我的 Xcode 项目中:

  • GoogleAppMeasurement.framework
  • GoogleMobileAds.framework
  • GoogleUtilities.xcframework
  • nanopb.xcframework
  • PromisesObjC.xcframework
  • UserMessagingPlatform.framework

现在我注意到当打开应用程序时,各种进程都在后台启动,尽管我没有甚至用以下方法初始化 SDK:

GADMobileAds.sharedInstance().start(completionHandler: nil)

控制台中出现以下消息:

<Google>[I-ACS023007] Analytics v.70400000 started
<Google>[I-ACS023008] To enable debug logging set the following application argument: -APMAnalyticsDebugEnabled
<Google>[I-ACS800023] No pending snapshot to activate. SDK name: app_measurement
<Google>[I-ACS023012] Analytics collection enabled
<Google>[I-ACS023130] Configuration not found. Using default configuration

除非我已初始化 SDK,否则如何确保我的用户数据(包括 IDFA)不会发送到 Google?我该怎么做才能在我的应用中加强数据保护?

我也没有在我的 Google AdMob 帐户中使用 Firebase,并且用于收集用户测量的设置也已停用。基本上,如果用户接受观看,我只投放非个性化广告。还是另有原因?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)