@WideAwakeGames, I’ve got no clue why you get the error. Perhaps only difference is that I built the app using daily build 1087 (not 1086), but still, it shouldn’t make any difference… Maybe it’s worth checking to make sure revmov.lua you have in your project folder is the RevMob SDK v5.1.0 – I mean, can it be possible you forgot to replace the previous version with this one?
I double checked. Even went as far to re-download the 5.1.0 SDK and downloaded the latest build. Same error. Also ran it from Corona instead of LuaGlider, same error.
@WideAwakeGames, that is strange. Are you testing it on iOS or Android device? I did not get any error on iPod Touch 5G when I built my game app using Corona daily build 1087 and RevMob v5.1.0. I did not change any of the code when I updated the SDKs from Corona daily build 1054 and RevMob v5.0. (I did not test it on iPad, because I display iAds on iPad devices.)
I looked at the error you posted earlier… and oh… I noticed the error is from the simulator. I don’t know if you can test this on simulator. I only display my house-ads on simulator, so of course I’d never see the error you posted.
Did RevMob get back to you?
You might also want to test it on device to see if you get the same error. Who knows, it may be simulator specific issue after all.
I have always been able to test on the simulator until I replaced the revmob.lua file. The revmob support guy asked me to test with the official build after I provided the output from the latest daily build. Same error. I rolled back to revmob 4.1.0 and again the same error. This is so weird.
Try making a copy of the REVMob sample app, put your ID’s in it and run it and see what happens.
But also try Building and putting on the device. I am not getting any errors on the simulator with the latest build for the MAC - not testing on windows as of yet.
But as of Yesterday’s test I am not getting any ads on the devices - except in Testing mode…
I will try to rebuild with this flag turned off this evening.
mine just went public 2 days ago, I am seeing, clicks and ad details on the Dashboard, I’ll post back next week to update more details on numbers, etc…
i found that 5.1 + corona 1082 is working for me. Ad is displayed, click is working, going to store, install game, open it, play a while. Then go to dashboard, see impression, see clicks, but see no installs. Repeat on other ios device with same effect, then with another, quite new one and same effect.
I am sure this one new device has no revmob ads installed before. When installes are posted ? it was real time i think.
Still not showing installs for me guys. My game aint released yet… but I have disabled TEST MODE… and am getting impressions and clicks reported… so would expect installs too.
Corona 1076 with RM 5.1
Gonna try talk to RevMob. This is the only thing holding me up for release… I’d go with an alternative option, but we are so limited with Corona. Anyone any experience with other full screen ad options? (Note: IOS only)
i have same situation, several apps after review but not yet released, no test mode, impressions / clicks or no installs, corona 1076 + RM 5.1, only iOS
Same problem here. I’m only using RevMob for ads and now I’m afraid to upload the binary not knowing if it’s a server side problem or a problem with their lua script.
Tested with no test mod, getting impressions/clicks, no installs corona 2013.1094 on iOS
That doesn’t sound good at all. Maybe someone from RevMob can shed light on this. I was just about to start integrating RevMob into my app. I think I’ll work on the iAd integration this morning and hold off on RevMob until I learn more…
So I get the weird error. I copy and paste the 4 lines into a brand new main.lua with nothing else and everything is OK. So then I go back to the original file and comment out everything except these 4 lines. I still get the weird error !!!
Mystery solved. I started copying .lua files from the original project folder to the new blank folder one by one. When I copied a file called network.lua I got the error. I don’t recall what that file is for but obviously not needed since removing it didn’t stop the game from working.