Ads only display in simulator

I tried adding a fullscreen ad, and it shows up fine in the corona simulator, but isn’t there on the Nexus 7. Any ideas on what the problem might be?

Thanks

Link to code:
https://gist.github.com/ryosua/e8b3222374d5c5873c8c [import]uid: 93901 topic_id: 35864 reply_id: 335864[/import]

It might be that no ads are available for the device / region you’re in. If you have a look at logcat when you run your app you’ll be able to see messages from the RevMob module… [import]uid: 70847 topic_id: 35864 reply_id: 142581[/import]

Thanks, I’ll give that a try. [import]uid: 93901 topic_id: 35864 reply_id: 142583[/import]

Try to use testing mode to see if your implementation is correct.

RevMob.setTestingMode(RevMob.TEST_WITH_ADS);

Regards
Paulo
http://twitter.com/paulocheque
http://github.com/paulocheque
http://www.linkedin.com/in/paulocheque
[import]uid: 157102 topic_id: 35864 reply_id: 142797[/import]

It might be that no ads are available for the device / region you’re in. If you have a look at logcat when you run your app you’ll be able to see messages from the RevMob module… [import]uid: 70847 topic_id: 35864 reply_id: 142581[/import]

Thanks, I’ll give that a try. [import]uid: 93901 topic_id: 35864 reply_id: 142583[/import]

Try to use testing mode to see if your implementation is correct.

RevMob.setTestingMode(RevMob.TEST_WITH_ADS);

Regards
Paulo
http://twitter.com/paulocheque
http://github.com/paulocheque
http://www.linkedin.com/in/paulocheque
[import]uid: 157102 topic_id: 35864 reply_id: 142797[/import]

I am having this same issue as well, I did use RevMob.setTestingMode(RevMob.TEST_WITH_ADS);

the Ad’s show up when testing on an IOS device in the Simulator, but when I switch to
Galaxy s III or any android device I get no ad and I get the following returned information below.

Reason: No ads for this device/country right now, or your App ID is paused.

so I am wondering does RevMod not have any ads for Android devices?

in USA

Larry [import]uid: 11860 topic_id: 35864 reply_id: 144932[/import]

I had the same issue in UK. Didn’t get any ads on device. [import]uid: 204816 topic_id: 35864 reply_id: 144936[/import]

@ chrisevans1001

so are you using RevMob or someone else?

Thanks
Larry [import]uid: 11860 topic_id: 35864 reply_id: 144939[/import]

I have been trying various providers but that specific issue was with revmob. Emailed them 2 days ago but haven’t had a reply. [import]uid: 204816 topic_id: 35864 reply_id: 144944[/import]

Hi there.

It may be a temporary outage of Android campaigns. But if you are using testing mode (for dev environment only), it must appear an ad, even in Android devices. Be aware the testing mode changed in the newest versions of the RevMob Corona SDK.

RevMob.setTestingMode(RevMob.TEST_WITH_ADS);

http://sdk.revmob.com/corona#changelog

Best regards
Paulo
http://twitter.com/paulocheque
http://github.com/paulocheque
http://www.linkedin.com/in/paulocheque
http://about.me/paulocheque
[import]uid: 157102 topic_id: 35864 reply_id: 144978[/import]

I am using the very latest code from REVMob i signed up and then downloaded and added the code and so far i am not impressed…

what do you mean temporary outage of Android campaigns… why would this happen? Not enough ad sponsors or something?

Larry [import]uid: 11860 topic_id: 35864 reply_id: 144979[/import]

How long do temporary outage of Android campaigns seem to last?

Larry [import]uid: 11860 topic_id: 35864 reply_id: 144980[/import]

@chrisevans1001 have you ever heard back from RevMob?

Larry [import]uid: 11860 topic_id: 35864 reply_id: 145113[/import]

Yes they sent me an email yesterday asking for a few details. Just got in so am going to email them in the morning and will post back the results. [import]uid: 204816 topic_id: 35864 reply_id: 145114[/import]

Try to use testing mode to see if your implementation is correct.

RevMob.setTestingMode(RevMob.TEST_WITH_ADS);

Regards
Paulo
http://twitter.com/paulocheque
http://github.com/paulocheque
http://www.linkedin.com/in/paulocheque
[import]uid: 157102 topic_id: 35864 reply_id: 142797[/import]

I am having this same issue as well, I did use RevMob.setTestingMode(RevMob.TEST_WITH_ADS);

the Ad’s show up when testing on an IOS device in the Simulator, but when I switch to
Galaxy s III or any android device I get no ad and I get the following returned information below.

Reason: No ads for this device/country right now, or your App ID is paused.

so I am wondering does RevMod not have any ads for Android devices?

in USA

Larry [import]uid: 11860 topic_id: 35864 reply_id: 144932[/import]

I had the same issue in UK. Didn’t get any ads on device. [import]uid: 204816 topic_id: 35864 reply_id: 144936[/import]

@ chrisevans1001

so are you using RevMob or someone else?

Thanks
Larry [import]uid: 11860 topic_id: 35864 reply_id: 144939[/import]