I'm trying to implement UE consent that lets the user select if he wants personalized ads in Android, using Admob. I'm doing this with "Funding choices", with the user messaging platform.
I followed this quick start guide:
https://developers.google.com/admob/ump/android/quick-start
To simplify, I selected only google in my providers lists.
The problem is, when I simulate a user from the ue, the form shows. But when I choose personalized or non-personalized, the consent status changes to OBTAINED, but the consent type remains in UNKNOWN.
I'm using this versions of admob and ump:
implementation 'com.google.android.gms:play-services-ads:19.3.0'
implementation 'com.google.android.ump:user-messaging-platform:1.0.0'