iOS上的Google Analytics IDFA使用情况(Google analytics IDFA usage on iOS)

我正在尝试在itunes上传应用程序更新,但它确实将我的应用程序识别为使用IDFA,尽管我没有在应用程序中提供任何广告!

我在google dev网站上找到了这个链接: https : //developers.google.com/analytics/devguides/collection/ios/v3/#headers

但是,我没有启用IDFA设置如何禁用IDFA使用?

我应该删除lib libAdIdAccess.a AdSupport.framework

Apple批准使用IDFA进行跟踪吗?

I am trying to upload application update on itunes, but it does identify my app as using IDFA although i am not serving any ads in the app !

i found this link on google dev site : https://developers.google.com/analytics/devguides/collection/ios/v3/#headers

however , i do not enable IDFA settings how disable IDFA usage ?

shall i remove lib libAdIdAccess.a AdSupport.framework

does apple approved usage of IDFA for tracking ?

最满意答案

即使我遇到同样的问题,只需从xcode中删除libAdIdAccess.a AdSupport.framework并推送到App Store。 我的应用程序得到了苹果的批准。 注意:在Google Analytics分析仪表板中禁用年龄,性别等高级分析

it seems it was issue in my google analytic settings , where i have enabled by mistake advanced analytic like age , gender etc in my google analytic dashboard

disabling this config resolved the issue

iOS上的Google Analytics IDFA使用情况(Google analytics IDFA usage on iOS)

我正在尝试在itunes上传应用程序更新,但它确实将我的应用程序识别为使用IDFA,尽管我没有在应用程序中提供任何广告!

我在google dev网站上找到了这个链接: https : //developers.google.com/analytics/devguides/collection/ios/v3/#headers

但是,我没有启用IDFA设置如何禁用IDFA使用?

我应该删除lib libAdIdAccess.a AdSupport.framework

Apple批准使用IDFA进行跟踪吗?

I am trying to upload application update on itunes, but it does identify my app as using IDFA although i am not serving any ads in the app !

i found this link on google dev site : https://developers.google.com/analytics/devguides/collection/ios/v3/#headers

however , i do not enable IDFA settings how disable IDFA usage ?

shall i remove lib libAdIdAccess.a AdSupport.framework

does apple approved usage of IDFA for tracking ?

最满意答案

即使我遇到同样的问题,只需从xcode中删除libAdIdAccess.a AdSupport.framework并推送到App Store。 我的应用程序得到了苹果的批准。 注意:在Google Analytics分析仪表板中禁用年龄,性别等高级分析

it seems it was issue in my google analytic settings , where i have enabled by mistake advanced analytic like age , gender etc in my google analytic dashboard

disabling this config resolved the issue