I'm using inmobi unity plugin for ad but facing one problem after show "Interstitial" by using function InMobiAndroid.showInterstitial()
I'm not able to close it I press so many times on close button but ad not close what to do?
if((string.Compare(InMobiAndroid.getInterstitialState(), "Ready") == 0 || string.Compare(InMobiAndroid.getInterstitialState(),"READY") == 0)&& !loadAd)
{
InMobiAndroid.showInterstitial();
loadAd = true;
}