Hi,
I am using adMob for an android application. First I used ad type “interstitial”, which shows “full screen size” ads. after some time I am hiding this ads and showing “gameplay” screen with “banner” ad.
Problem is that, some times I am using ads.hide() before getting response from ad-type “interstitial”, after that when I called ads.show() for banner ad. It is showing “interstitial” ad-type as well as banner ads in gameplay screen. I don’t want “interstitial” ads in gameplay. what to do??