Google/Admob - UMP for iOS

Thanks, I. think the ATT popup allows people to opt in/out of ad tracking, but doesn’t seem to do what Admob wants (for EU/UK GDPR purposes) which is to allow user modification of which ad providers are permitted.

I found that the Android UMP library never shows the popup anyway, even with the example project (I might have missed something but I could’t get a popup and found that a call to umpandroidnative.get_consent_status() always returns 1 - consent not required) so I am currently using the ‘ad units’ setting in the Admob backend, which causes the popups to appear OK on both platforms when an ad is first requested, without needing to integrate the SDK. It’s not Google’s preferred way of doing it though, so hopefully it won’t get deprecated and it’s a concern going forward but OK for now.

I think the ideal would be that the UMP stuff is integrated into the Admob library itself eventually.