I am creating a cross platform app with iOS being one of the targets and with the new App Privacy requirements as of iOS 14.5 I was wondering if Xamarin Forms itself tracks any data from my app just by me using the framework, as I am responsible for disclosing any data tracked by a 3rd party in my app, even though I don't track anything with my own code.
I have looked over the Xamarin site and this forum looking for confirmation that Xamarin does or does not do any tracking and haven't managed to find anything.
I only ask because I have used other frameworks like Unity which do at a minimum (unless you do some trickery) record some diagnostic data about the device running your app which I have to disclose.
Thank you for any information you can offer.