Mohamed Magdy
Mohamed Magdy

Reputation: 551

Google analytics IDFA usage on iOS

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 ?

Upvotes: 4

Views: 6018

Answers (2)

Sudhakar Varma
Sudhakar Varma

Reputation: 173

Even i faced same issue, simply remove libAdIdAccess.a AdSupport.framework from xcode and push to App Store. My App got approved by apple by doing this. Note: Disable advanced analytic like age , gender etc in google analytic dashboard

Upvotes: 2

Mohamed Magdy
Mohamed Magdy

Reputation: 551

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

Upvotes: 1

Related Questions