googleads / googleads-consent-sdk-android

Consent SDK
https://developers.google.com/admob/android/eu-consent
Apache License 2.0
100 stars 74 forks source link

Attempt to invoke interface method #3

Closed m3toh closed 6 years ago

m3toh commented 6 years ago

Hi, I have followed this document https://developers.google.com/admob/android/eu-consent but got this error from onFailedToUpdateConsentInfo

Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference

rampara commented 6 years ago

@m3toh this issue should be fixed by 6a6b91600f20cdeaa5ca988da04239123780b286. A new release (v1.0.1), that includes this fix was just pushed out.

MrPat commented 6 years ago

Can confirm 1.0.1 fixes the error for me.

rampara commented 6 years ago

Closing this issue as it seems to have been resolved.