RevMob Fullscreen Ad not displaying

Hi,

I integrated revmob sdk in my app. Revmob test mode ads are working fine in the required placements by using

   RevMob.setTestingMode(RevMob.TEST_WITH_ADS)

My app in appstore(Live). I downloaded the app. but i didn’t see any revmob ads. i disable the testmode ads before uploading the app store.

I am using Corona build : 2013.1137

what is the problem please tell me…

Test the version without the “test mode” in your device and see the logs in the xCode console.

I disable the testmode ads, and run in my xcode simulator, ads are coming now. But in the same live version, ads are getting on very rare occasions becasue our Revmob revenue dashboard shows very very less number of impressions. what could be the reasion for it? 

Maybe the problem is not with the ads, but with the screen where you show the ads that are not being displayed to the user. Example: If you show the ads in the result screen that is showed when the user finishes the level. If the user never finished the level, he/she will never see the ads.

So, check if the screen where you show the ads are being showed. I recommend also you to use a flurry log-event to register the moment when you call the ads to be showed.

Renato

Test the version without the “test mode” in your device and see the logs in the xCode console.

I disable the testmode ads, and run in my xcode simulator, ads are coming now. But in the same live version, ads are getting on very rare occasions becasue our Revmob revenue dashboard shows very very less number of impressions. what could be the reasion for it? 

Maybe the problem is not with the ads, but with the screen where you show the ads that are not being displayed to the user. Example: If you show the ads in the result screen that is showed when the user finishes the level. If the user never finished the level, he/she will never see the ads.

So, check if the screen where you show the ads are being showed. I recommend also you to use a flurry log-event to register the moment when you call the ads to be showed.

Renato