Hi all,
I've imported the Google Admob SDK in Unity. I'm trying to implement the UMP GDPR consent form. I've setup the message in "Privacy and Messaging" in my Admob account and have implemented the code as used in the example source from Github.
But when starting, the message doesn't show. I got the error on ConsentForm.Load(....); on the Unity console. When running with Xcode the error is "GoogleMobileAds.Ump.iOS.ConsentInformationClient.Update (GoogleMobileAds.Ump.Api.ConsentRequestParameters request, System.Action onConsentInfoUpdateSuccessCallback, System.Action`1[T]"
Edit: I'm not sure why, but this error disappeared later in Unity, but now the Placeholder message shows, instead of my custom one setup in my account. Xcode still gives the same error.
Thank you for you help.
Joris