$10 eCPM GUARANTEED. Meet RevMob!

@Rodrigo: i can really understand your frustration, but would you mind to a) stop that capital thing and b) mail directly to the revmob guys? they answer you immediately, they are nice guys :slight_smile:

lets hope that they get more campaigns soon. it still outperforms inneractive etc though! [import]uid: 90610 topic_id: 25797 reply_id: 121508[/import]

@guischv , @paulo ,
Hey guys, what is happening with RevMob?

There is the second time (first time was last saturday evening) since from 3am that all my iOS LIVE apps that use RevMob do not show any Ads!
Well, today I made nothing due to RevMob not displaying the Ads! FullScreen, Popup, etc…not showing up!
PS: It is getting worse IMHO and need some of you to really look into this issue.

Rodrigo. [import]uid: 89165 topic_id: 25797 reply_id: 121505[/import]

@dingo ,

Thanks for the reply.

BTW, I do not see any problem with the capital letters (however I did not mind changing it). It is a serious problem for sure. And I believe that all of us that use RevMob is getting exactly the same. Did you open any of your iOS live apps to see if it is showing RevMob Ads? I do not think so or if yes, I will say that there is something against only my live apps? (I do not think so).

2nd, yes, I would send @Guis an email, BUT, the last mail I sent him last saturday afternoon did not get any answer so far (yes, thought too that I could get any reply about the issue I just said above, but as I said, I did not get any reply, answer, nada and SO I came again to the forum because the noise here sounds like to get more attention anyway. PS: However I would really prefer mails contacts as well.
So, I need to know what is happening and if you or some of you can tell me it, thanks!

PS1 : And now as I use the API openAdLink and the ads do not show up so I have a button that does absolutely nothing into my app. :[

PS2 : I honestly do not campare RevMob with Inneractive in anyway! Inneractive is died, it is nothing else than a garbage and could even not exist around here, but it does because Corona like them by any reason that I would not know, but use them again, well, for me never more.
Rodrigo. [import]uid: 89165 topic_id: 25797 reply_id: 121513[/import]

@Rodrigo: that was not ment as an offense at all! i just think that this forum gets very messy with all the entries. and i prefer to deal with personal stuff over mail. but for sure you should keep posting issues that concern all of us.

its working on android, and yes, its not working on iOS. [import]uid: 90610 topic_id: 25797 reply_id: 121515[/import]

@Dingo ,

Excuse-me if I sounded a little rude with you, but sincerely it would not be the matter in anyway as I see you as a Great Dev and also a big “Helper” around here, the Corona Forums.

The problem is really this thing not working! It does hurt me a lot you know why?

Well, because if you look well, CoronaLabs does not offer any good way for us INDIE developers to monetize from our free apps by advertisements. It only offer its own partners inMobi and Inneractive (BTW all are crap IMHO) and so I am putting all my hope into RevMob (as I also promoted it into my twitter for 16K followers) because it does really perform well (until yesterday). :frowning:
Sorry for any thing @Dingo mate, am only full of seeing things that we care a lot not working as expected at least.
Rodrigo. [import]uid: 89165 topic_id: 25797 reply_id: 121516[/import]

@RSCdev – this is because your device installed too many apps already. Soon you’ll start seeing more ads. However please rest assured that this is only happening with your device (probably because you installed too many apps!)

And guys, the eCPM is going up already as we’re closing more campaigns. Thanks for the support! [import]uid: 137117 topic_id: 25797 reply_id: 121521[/import]

@guis , I appreciate your quick reply A LOT, you have no idea!

But I think you misunderstood what I said because you say that it is because Ive installed so many apps (what isnt true) and also, @Dingo said above he is getting the same exactly problem under iOS live apps when he said: its working on android, and yes, its not working on iOS.

So is the problem happening only for me and Dingo? I do not think so, sorry.
Thanks,
Rodrigo. [import]uid: 89165 topic_id: 25797 reply_id: 121524[/import]

I believe ‘anotherAppID’ is a generic one just for simulator use.

I use the following:

[lua]revmob = require “revmob”

function displayAds()

RevMob.startSession({ [“Android”] = “myANDROIDAppID”, [“iPhone OS”] = “myIOSAppID” })

RevMob.showFullscreen()
end

displayAds()[/lua]

What country are you in? Maybe they don’t have any adverts in rotation for your area (if they check that?) [import]uid: 62706 topic_id: 25797 reply_id: 122134[/import]

@guischv: Did you guys test this with Kindle Fire? I cannot seem to make it work. I tried even the latest SDK. [import]uid: 19297 topic_id: 25797 reply_id: 121525[/import]

@Rodrigo: I guess what he ment is that you have all the apps that are actually “campaigned” installed on your device, so no more show up… and what about your impressions? I can see that i get impressions, so ads are served…also on iOS. maybe test it on another iOS device, with no games installed?

best, Jann [import]uid: 90610 topic_id: 25797 reply_id: 121527[/import]

So I’m playing around to get ads working in an app, but I cannot get it to work. I broke it down to a very tiny main.lua file:

–start
require ‘revmob’
RevMob.startSession({ [“Android”] = “myANDROIDAppID”, [“iPhone OS”] = “myIOSAppID” })
RevMob.showFullscreen()
–end

This does not seem to work at all.
I get a loading symbol on windows simulator and android device, but after loading, the screen remains all blank.
In the terminal on windows, I get the following response:

[RevMob] Using App ID for simulator: anotherAppID
[RevMob] Session started for App ID: anotherAppID
[RevMob] Using App ID for simulator: anotherAppID
[RevMob] Ad not received.
[RevMob] Install not received.

where “anotherAppID” is different from both my Android and IOS id.
Corona build 2012.840
Latest revmob (3.2.1) [import]uid: 140666 topic_id: 25797 reply_id: 122133[/import]

@Dingo , I wished youre right! But Ive done exactly what you proposed above regarding trying with other iOS device, and so I did it. I got my wife`s iPod 4G that is *Zero Kilometer almost and there I did not see any Ads, nor fullscreen, nor popup or openAdlink. :frowning:
Well…I think I cannot do nothing else. Am unable to. Lets wait.

Thanks anyway,
Rodrigo. [import]uid: 89165 topic_id: 25797 reply_id: 121529[/import]

Yeah, I thought that was the case with the simulator ID.

I just tried your code, and I get the exact same result.
I live in Sweden, Is there any way I can check if there are ads for my area? [import]uid: 140666 topic_id: 25797 reply_id: 122137[/import]

I don’t know, sorry.

You code works fine when I test it, so may be an issue on RevMob’s side? [import]uid: 62706 topic_id: 25797 reply_id: 122139[/import]

@ckausik: Yes, we test in Kindle device. Could you send us more details about the error/problem? You can contact us by email: sdk at revmob dot com

Regards [import]uid: 157102 topic_id: 25797 reply_id: 121538[/import]

@ paulocheque,

Yes I tried in a device. I will send a mail with the logs.

Thanks. [import]uid: 106768 topic_id: 25797 reply_id: 121542[/import]

Dear RevMob team

  1. please create subforum or something it is getting messy here. Or create forum on revmob site for users that have accounts there.

  2. i also found very limited impression on ios devices today just like on last Saturday using 3.0 or 3.1.

  3. please differentiate stable version from unstable version in SDK download area. 3.1.* is unstable to use in production environment and there is no option to download LATEST stable version. With 10 days of review in apple store it literally gives us no chance to update up during review process when new SDK version is available. Stable means it is used by several users without problems not just by testing on few devices. Game called FreeCiv is doing it very well so we can use same routines.

  4. please at least inform users that there might be some major shutdowns on Revmob server (or planned maintenance whatever) that might impact performance of ads. Some of us are planning more or less marketing action on particular days and then goes bum - no ads :slight_smile:

my two cents

Tom [import]uid: 111283 topic_id: 25797 reply_id: 121546[/import]

I have the same problem where I do not get RevMob ads during device test or on simulator.
I used to get them last week, before tha least two SDK updates.
Also, on the device, after the ad not received error, I also get install not received error.
I’m from Israel, so they may have some targeting problem for some countries. I really hope they can sort these out, as I was relying on this network for my release. [import]uid: 118978 topic_id: 25797 reply_id: 122154[/import]

I’m finding also that the openAdLink() isn’t working (on my more games button) … SDK 3.2.0. Is it a bug or a network thing? [import]uid: 87794 topic_id: 25797 reply_id: 122157[/import]

It is a bug. If you revert to an older SDK it will work again. I already reported it but have not heard back. [import]uid: 36054 topic_id: 25797 reply_id: 122158[/import]