Google 分析和 iOS 应用商店推送

Google Analytics and iOS Appstore push

我在我的应用程序中使用 Google 分析来发送屏幕 names.Do 我需要处理 Google Analytics SDK 中可能存在的任何其他广告 ID可能会导致 Appstore Push 出现任何问题。

根据 GA 文档, https://developers.google.com/analytics/devguides/collection/ios/v3/#headers

To use the IDFA (Identifier for Advertisers) requires that you link the following files to your app and then enable IDFA collection:

libAdIdAccess.a AdSupport.framework Note: depending on your build settings, the linker flag -force_load /path/to/libAdIdAccess.a may be required.

只要您不这样做,它就不会使用广告 ID,也不会影响您的应用提交。