I downloaded google analytics and i followed their instructions how to implement analytics in application. But whatever i tried i get this log in xcode: idfa class mis
idfa class mis
I am using 3.0.9. Per Google documentation you need to set tracker.allowIDFACollection to NO on each tracker.
id tracker = [[GAI sharedInstance] defaultTracker]; tracker.allowIDFACollection = NO;
This will remove the warning.