googleads / googleads-consent-sdk-android

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

Time out of consent SDK #78

Open MrAdr68 opened 6 years ago

MrAdr68 commented 6 years ago

some time it load forever .

MrAdr68 commented 6 years ago

.requestConsentInfoUpdate() and .load() load consent form.

It take too long time, sometime wait forever. Let user rating reduce from 4.5/days to 3.3/days.

Google should provide sample or fixbug. Please

eliehaykal commented 6 years ago

Any updates on this issue?

richjhart commented 4 years ago

I haven't had an issue with it loading forever, but I have had it take 90 seconds, which is still a long time. In my case it was because I had WiFi but no Internet, so it waited that long before timing out.

Ideally, we should be able to set a maximum time before it gives up and fails. We could implement that on our side but it's not as clean, and the background tasks will still be running