I am trying to use InMobi to display some interstitial ads on my application, but I don't get any video. I got it working pretty well for the banner ads, but my calls for caching the interstitial doesn't seem to work. Everything seems fine in my code though...
InMobi.getInstance.initialize("inMobiId");
InMobi.loadInterstitial("placementId", "fullScreenAd");
Then, later on:
InMobi.showInterstitial("fullScreenAd");
I got these logs:
In load interstitial
In showInterstitial
Did I miss something out?
Thanks!