Hi,
Firstly, thank you for making this groups to help us like me.
But I have some questions.
1. Should I Destroy() InterstitialAd after show?
That my code is like this ;
InterstitialAd _interstitial = new InterstitialAd(adUnitId); // Do it only once when start.
_interstitial.LoadAd(builder.Build()); // And loadAd again and again.....
It looks work well in my game, but should I Destroy() _insterstial when after show?
2. Should I Destroy() BannerView like above, also?
thanks.