I'm currently uploading my App to the App Store and Apple is asking me if this app uses IDFA. I'm using the Crashlytics for tracking bugs and I don't know if it uses IDFA or not, and if it does which checkboxes should I hit?
I referred https://docs.fabric.io/apple/crashlytics/advanced-setup.html?highlight=idfa, but I am not understanding "The IDFA will only be collected if your app links against AdSupport.framework."
To check on each third party SDK if they use or not the IDFA i used this command:
grep -r advertisingIdentifier .
I got this,
Binary file ./Pods/Crashlytics/iOS/Crashlytics.framework/Crashlytics matches
./Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/AppEvents/FBSDKAppEventsUtility.m:result = [[manager advertisingIdentifier] UUIDString];
Please tell to does my app uses IDFA? YES/NO, if YES then for what?