$10 eCPM GUARANTEED. Meet RevMob!

I just checked my results for revmob, and I got 1 install today with a net result of 0.07

Is this an error? I thought installs where at least 1.00 ?

[import]uid: 50459 topic_id: 25797 reply_id: 137419[/import]

@rmbsoft – that came from a CPC campaign! [import]uid: 137117 topic_id: 25797 reply_id: 137422[/import]

@Paulo. Thanks! It seems that both removing local (in main.lua) or adding “local RevMob = require(‘revmob’)” in the menu.lua (which I makes it local in that module) works. Not sure which is best? I will assume making the require local to the menu.lua as well is better since it avoids the use of global. Any preference?

Can’t wait for Space Command 1.1.0 to be accepted (any day now) where I added the “More Games” button with RevMob. I want to see what result I will get from that. My next step is to release a free version of Space Command with Revmob full screen (and maybe the new iAds banner in addition…not sure about this one yet)

@rmbsoft: I am sorry to hear that! Is this normal for you? What amount of impressions are we talking about? Maybe it is just a glitch?

Mo [import]uid: 100814 topic_id: 25797 reply_id: 137423[/import]

@LairdGames

Normally I get between 1.25 and 4.50 per install, so I was surprised to see 7 cents for the last install.

[import]uid: 50459 topic_id: 25797 reply_id: 137426[/import]

Oh I see. Yes that is a huge difference. I hope Gui can figure out what is going on…

Thanks for the info.

Mo [import]uid: 100814 topic_id: 25797 reply_id: 137427[/import]

@LairdGames - Hey, Mo! That was a CPC campaign. [import]uid: 137117 topic_id: 25797 reply_id: 137429[/import]

@Gui, Hey, I hope you are doing well. I am sure I will sound stupid but I am curious, what is actually a CPC compaign?

Mo [import]uid: 100814 topic_id: 25797 reply_id: 137431[/import]

CPC means cost per click! Sometimes we also pay by the click [import]uid: 137117 topic_id: 25797 reply_id: 137454[/import]

Thanks Gui. That’s good to know!

Mo [import]uid: 100814 topic_id: 25797 reply_id: 137459[/import]

Hi Paulo,

Any updates on ads for Amazon?

I get no ads at all in Kindle and can’t even use ad links (nothing happens when you click it and Amazon has rejected my app becuase they said the “More Games” button doesn’t do anything.

Ads work fine in Android, but on the Kindle.

Thanks! [import]uid: 96835 topic_id: 25797 reply_id: 137482[/import]

@Pers:

do what I do:
pass a listener to the adlink call and check events.
For events which mean there are no ads simply tell user there are no games available at the time.

Can’t really see any other reasonable solution to this.

Unless of course you’ve got your own games that you want to point to when there’s nothing from revmob. Imagine that… I haven’t thought about it before lol :wink: [import]uid: 109453 topic_id: 25797 reply_id: 137485[/import]

Hello guys.

My version 1.1 of my game (Space Command) was approved today.

https://itunes.apple.com/app/id537840971?mt=8
I was able add a button “more games” to it (adLink) but unfortunately pressing the “more games” now takes me to “api.bcfads,com/” and show an application error page (iPad2 with OS 6.0 and OS 4.3). The funny thing is that it works perfectly on a iphone4 (OS 4.3) Not sure if there is an issue with Revmob server or my app? I am pretty sure that the adhoc version worked both on ipad and iphone before. Anybody having the same issue (ie: using adLink…more games) do not bring you to the app store but to that web site with application error message?

I hope I did not screwed up something and have to send another version to Apple and wait 8 days! The fact it works on iphone point to Revmob server but I am not sure…

Thanks.

Mo [import]uid: 100814 topic_id: 25797 reply_id: 138024[/import]

Same issue as Laird Games!!! AdLinks going to: “api.bcfads,com/” on the iPad 3.

Works on android devices though.

Any thoughts?? [import]uid: 41496 topic_id: 25797 reply_id: 138041[/import]

I purchased Space Command and can confirm that it works as expected on iPad mini running iOS 6.0.2 :slight_smile:
I’ve also tesed my own app that has an Adlink button and it works on iPod, iPad and iPhone (iOS6).
So, I guess it was some temporary RevMob server error…

Nice game by the way :slight_smile:
[import]uid: 70847 topic_id: 25797 reply_id: 138042[/import]

@ingemar: That was very kind of you! Unfortunately my app still goes to that page (“api.bcfads,com/”) it is interesting that you seems to not having a problem with ipad.

Thanks Tomas_Aboites for confirming the issue. I was afraid I was doing something wrong.

Thanks guys, maybe Gui or Paulo can figure what is the problem.

Mo

PS: By the way thank you so much for the great post about fitting the screen. Great stuff!

http://www.swipeware.com/backgrounds-with-no-black-borders-on-appleandroid-devices/ [import]uid: 100814 topic_id: 25797 reply_id: 138044[/import]

Is it trying to go to “api.bcfads,com/”? The comma there looks very suspicious! [import]uid: 70847 topic_id: 25797 reply_id: 138079[/import]

Hi guys,

I’m trying to update my new application to the latest RevMob SDK (4.0), but after session initialization I’m getting the following error (tested on Android)

I/Corona ( 5183): [RevMob] Unknown error: false - attempt to yield across metamethod/C-call boundary

And the app goes incredibly slow, almost unusable

Did this happend to you too? [import]uid: 112380 topic_id: 25797 reply_id: 137549[/import]

I had the same error.

try to require rev mob before other modules.

so 'local RevMob = require(“revmob”) ’ must be first. That solved the issue for me.
[import]uid: 106768 topic_id: 25797 reply_id: 137550[/import]

Hi krystian6
Thanks for the advice! I will try the listener and point to some of my other products :slight_smile:
Still, it would be good if RevMob could offer ads for the Kindle, hopefully soon.

[import]uid: 96835 topic_id: 25797 reply_id: 137551[/import]

@ivke2006 thanks, that completely solved my problem! thanks for the very fast response [import]uid: 112380 topic_id: 25797 reply_id: 137552[/import]