I have integrated pod 'GoogleIDFASupport' in my iOS application by referring
https://developers.google.com/analytics/devguides/collection/ios/v3/optional-features
I am unable to find where to put this code in my project
// Enable IDFA collection.
tracker.allowIDFACollection = YES;
Please help me
Add it after initialization of the tracker:
https://developers.google.com/analytics/devguides/collection/ios/v3/display-features