jenkins-ci
jenkins-ci copied to clipboard
Adding NSUserTrackingUsageDescription breaks UMP when running on Mac
Repro steps:
- Open Swift / Interstitial Example
- Run
pod install - Add to Info.plist
<key>NSUserTrackingUsageDescription</key>
<string>This identifier will be used to deliver personalized ads to you.</string>
- Run for Mac (not iPhone / iPad)
The 'Consent' button doesn't work for GDPR prompt and 'Continue' button doesn't work for non-EAA countries.
any updates on this? this is causing an issue for the mac users running iPad apps.