Yes, but in the old consent you can get
- ConsentStatus.PERSONALIZED: The user has granted consent for personalized ads.
- ConsentStatus.NON_PERSONALIZED: The user has granted consent for non-personalized ads.
- ConsentStatus.UNKNOWN: The user has neither granted nor declined consent for personalized or non-personalized ads.
But in the new google consent you can get
- ConsentStatus.UNKNOWN: Unknown consent status.
- ConsentStatus.REQUIRED: User consent required but not yet obtained.
- ConsentStatus.NOT_REQUIRED: User consent not required. For example, the user is not in the EEA or the UK.
- ConsentStatus.OBTAINED : User consent obtained. Personalization not defined.
So in the new way of working you are not allowed to know if the user has actually allowed personalized or none personalized. Only that they have given consent (to either one). So currently it seems like there is a bug, yes. But regardless, they should soon move over to the new one (I guess?). That's what I asked in my previous forum post, but did not get any answers for it.
Do you have issues with iOS, Android or both?