Cant validate tracking code for demographic reports using Google Analytics iOS SDK with IDFA
- 阅读更多 关于 Cant validate tracking code for demographic reports using Google Analytics iOS SDK with IDFA
问题 I'm trying to gather Demographics and Interest Reports for my iOS app users using the Google Analytics iOS SDK . I have enabled Demographics and Interest Reports in my Google Analytics dashboard. I also installed the GoogleIDFASupport pod (Cocoapods), and set the following code in my app delegate: #if DEBUG #else let gAnalytics = GAI.sharedInstance() gAnalytics.defaultTracker.allowIDFACollection = true #endif I have been testing the app multiple times, and running in Release scheme on my