Hi All, I'm using Firebase Analytics v6.9.0 in my Xamarin.Forms app. I want to disable the SDK from accessing IDFA (requires removing AdSupport Class from the app) and IDFV. The Google Firebase docs has information for disabling IDFV. But, to disable IDFA it says we need to exclude the AdSupport framework. AFAIK, in Xamarin, the AdSupport class is embedded in Xamarin.iOS.dll by default.
Question:
How do I remove the AdSupport class from Xamarin.iOS? If this class is present in the app, Firebase Analytics SDK will pick it (in my case via Firebase.Core.dll that references Xamarin.iOS) to access the IDFA for tracking user dimensions.