Google has sent us a lot of different emails to the topic "prepare your app for iOS 14+" and I am a bit confused.
We have now implemented the UMP sdk according to the docs to show an ad-consent form connected to our Funding Choices account.
Is it still necessary to configure a NSUserTrackingUsageDescription and call the ATTrackingManager.requestTrackingAuthorization
method from the AppTrackingTransparency framework?
Here they describe how to configure the NSUserTrackingUsageDescription in the Info.plist, so it sounds to me, that I have to show the consent using the UMP sdk AND the Apple App Transparency dialog afterwards.... but why should the user have to agree twice for the same thing?