Hi,
In my android project i use:
Advertisement.Banner.Show(bannerAd);
to show a banner ad, but after i would like to hide it, i could not find a way to do it.
I tried that with no success.
Advertisement.Banner.Hide(false);
Any idea ?
thanks
Hi,
In my android project i use:
Advertisement.Banner.Show(bannerAd);
to show a banner ad, but after i would like to hide it, i could not find a way to do it.
I tried that with no success.
Advertisement.Banner.Hide(false);
Any idea ?
thanks
You generally shouldn’t need to hide the banners. The code you posted above should hide the banner, it’s odd that this isn’t working. There might be an issue elsewhere in your code.
I suggest you try calling
Advertisment.Banner.Hider(true)
This should definitely remove your banner, if the banner is still not removed when you call this function, it is almost certain there is an issue elsewhere.
In fact i would like the ads to show when the player is death and to hide when he respawns, i did not find a way to do that.