InMobi interstitial ads are not getting displayed android
问题 I tried integrating InMobi interstitial ad to my android application by following the instructions mentioned here. Below is the code I have incorporated in my activity class for displaying interstitial ads. I get no exceptions but every time I run the code, the callback method onInterstitialFailed gets called displaying the message "The ad request was successful but no ad was found". Looking forward to responses/solutions interstitial = new IMInterstitial(this, "I mention the property_id");