Mobile Ads SDK Forum Advisor <mobile...@forumsupport.google>: Feb 14 09:33PM
Hi Liran,
registerOnSharedPreferenceChangeListener does not maintain a strong reference to the listener you provide (see linked documentation). So it is getting garbage collected.
...more
|
Liran Barsisa <lbl...@gmail.com>: Feb 14 02:21PM -0800
About the GC, seems correct. Weird because initially I didn't use this
code, but my own implementation that uses a singleton of it:
@Suppress("unused")
object PreferenceUtil {
@Volatile
...more
|
Liran Barsisa <lbl...@gmail.com>: Feb 14 02:34PM -0800
BTW, you said that Admob does things automatically, so please share the
code for it, so that we could use the same thing for the other ad-networks.
It should especially be an easy thing for the US
...more
|
Mobile Ads SDK Forum Advisor <mobile...@forumsupport.google>: Feb 14 11:03PM
I mentioned AdMob automatically *reads* consent from the official specs - https://developers.google.com/admob/android/rel-notes#19.0.0. UMP SDK doesn't actually talk to the Google Mobile Ads SDK.
...more
|
Liran Barsisa <lbl...@gmail.com>: Feb 14 03:42PM -0800
I know UMP just stores the data, but that's not enough because the
ad-networks need the decision result as a boolean.
If you know that there is a problem and that many don't use it, why aren't
...more
|
Liran Barsisa <lbl...@gmail.com>: Feb 14 03:44PM -0800
We don't even have a function to check if the user/device is subjected to
GDPR or not ...
On Saturday, February 15, 2025 at 1:42:22 AM UTC+2 Liran Barsisa wrote:
...more
|
Mobile Ads SDK Forum Advisor <mobile...@forumsupport.google>: Feb 15 12:48AM
Hi Liran,
The canShowPersonalizedAds() method from https://stackoverflow.com/q/79371638/878126 looks correct to me for consent for Google specifically. The checks it makes matches the
...more
|
Liran Barsisa <lbl...@gmail.com>: Feb 14 05:32PM -0800
How do I know which number belongs to which ad-network?
Why isn't the website you've provided in the docs and in an SDK we can all
use, with constants to reach each of them?
I don't understand if
...more
|
Liran Barsisa <lbl...@gmail.com>: Feb 14 05:34PM -0800
Can you please update the docs of each ad-network that Admob supports in
mediation, of how to fetch the data for it?
Or create a library just for this (or update what we have) ? Or offer to
...more
|