$10 eCPM GUARANTEED. Meet RevMob!

@Gui

when can we get update to sdk to get better performance on app startup ? I am wondering should i wait until September with an update

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

@guischv: Many of us are not really interested in $0.02 pay-per-install ads. I’d rather not show an ad at all if I am getting $0.02 out of an install. Is it possible for you to introduce a min. payment parameter in the dashboard or get rid of $0.02 offers? [import]uid: 19297 topic_id: 25797 reply_id: 120374[/import]

good idea, i mentioned it some time ago [import]uid: 111283 topic_id: 25797 reply_id: 120377[/import]

@Bladko, @ckausik – guys, thanks for sharing. This is in our pipeline and should be ready soon. And even better, we’re bringing a lot more advertisers that pay very well per install, so this should get to be a non-issue soon! [import]uid: 137117 topic_id: 25797 reply_id: 120383[/import]

@guischv ,

Thank you very much for the great attention regarding my RevMob`s revenue/payment.

I really appreciate it.

PS: So now, am only waiting the payment to get into my paypal`s account.
Cheers,
Rodrigo. [import]uid: 89165 topic_id: 25797 reply_id: 120386[/import]

Hi everyone!

New RevMob user here. :slight_smile:

Now that RevMob is available for Kindle Fire, how do I integrate my Amazon App Store-RevMob App ID in my session? I noticed that there are only 2 parameters for app IDs–one for Android and one for iOS.

RevMob.startSession({ [“Android”] = “Android App Id”, [“iPhone OS”] = “IPhone OS App Id” })

I’m using RevMob version 3.0.2 btw.

Thank you in advance! :slight_smile:

Erick [import]uid: 44127 topic_id: 25797 reply_id: 120426[/import]

@egarayblas I’m excited about the addition of Amazon as well. However, you’ll need to wait as the Amazon functionality in 3.0.2 isn’t proper. They are already working on a fix that’ll probably be out tomorrow sometime (or so I’ve been told).

However, in the meantime you can get your implementation done. Just use an Amazon Appstore App ID as your Android App Id. (In other words, you are responsible for using the right App Id in your Android builds, whether it is for Google Play or Amazon Appstore) [import]uid: 36054 topic_id: 25797 reply_id: 120428[/import]

@Puzzle Runner: Thank you for the info! Can’t wait to see the fix. :slight_smile:

[import]uid: 44127 topic_id: 25797 reply_id: 120429[/import]

Just starting to test out revmob. And had two questions.

  1. Could you try to get your own revmob forum thread? This one is HUGE! and has lots of different topics and is hard to find useful information.

  2. The App freezes when loading ads (banner, fullscreen). Also with the new 3.0 sdk, the app just crashes at startup if there is a very weak internet connection. It seems like the crashing at startup and the app freezing is due to revmob waiting for a response to the ad request. Is this fixable?

I tried doing a little research (since I’m kinda new to this) but with the quick research I did, it would seem like the keyword here is asynchronous. This means that the app can run while the code is waiting for a response. I am not exactly sure what is being used in the revmob code (it’s a little hard to read), but it looks like you might be using the lua socket library(?). Are those asynchronous? I know that Corona has network.request, network.download and display.loadRemoteImage() which are all supposedly asynchronous.

Thanks. [import]uid: 94868 topic_id: 25797 reply_id: 120493[/import]

@guischv ,
Hey, I did not get the Paypal`s payment yet!

@Carlo has sent a mail for me asking if I did receive it but until now - NOTHING. :frowning:
So Guilherme, would you resolve it finally for me?

Thanks in advance,
Rodrigo. [import]uid: 89165 topic_id: 25797 reply_id: 120536[/import]

@RSCdev – Rodrigo, this is private information, so let’s not use the forum to discuss this! Send me an email to gui@revmob.com and I’ll personally help you. Thanks! [import]uid: 137117 topic_id: 25797 reply_id: 120537[/import]

@guischv ,

That`s OK.

Anyway, am happy you`re knowing about my problem already.

So I`ll not drop you a mail right now telling about the same thing.

Just waiting.
Thank you for you attention as usual.

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

Did anyone try this for Amazon Kindle? I created a build with 3.0.2 for Kindle today. It crashes on device with following line:

RevMob.startSession({ [“Android”] = “revmobAndroidID”, [“iPhone OS”] = “revmobiOSID” }) [import]uid: 19297 topic_id: 25797 reply_id: 120566[/import]

Hi @ckausik

If you want to deploy in Amazon App Store, I highly recommend you to use the 3.0.4 version: http://sdk.revmob.com/corona#changelog

About your crash, could you send us more details? logs etc? RevMob.printEnvironmentInformations(ids);

Do you have some remaining bcfads.lua file in your project? Or more than on revmob.lua file?

Regards
Paulo [import]uid: 157102 topic_id: 25797 reply_id: 120690[/import]

Any news about the load lag/freezes problem ?
[import]uid: 147488 topic_id: 25797 reply_id: 120692[/import]

Hi @blomjens1

Which version you are using? You can also send the log of RevMob.printEnvironmentInformations(ids);
to sdk at revmob.com

Regards
Paulo [import]uid: 157102 topic_id: 25797 reply_id: 120754[/import]

Hello

I downloaded the latest fro you site (2 days ago)
I will send you the log soon

try my app an you will see what i mean
https://play.google.com/store/apps/details?id=com.jcbsystems.memory1&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5qY2JzeXN0ZW1zLm1lbW9yeTEiXQ

before the banner is loaded the button can not be pressed
and it stalls the scen animation

/J [import]uid: 147488 topic_id: 25797 reply_id: 120755[/import]

@ paulocheque

RevMob.printEnvironmentInformations(ids);

What is “ids”

ids = { [“Android”] = “XXXX”, [“iPhone OS”] = “XXX” }; ?

/J
[import]uid: 147488 topic_id: 25797 reply_id: 120757[/import]

@guischv
Can u improve revmob’s performance?
While i useRevMob.startSession
( It is going to exchange info, isn’t? why can we just set this once? we have to set this every time when we request Ad?)
everything is going to STOP for several seconds and recover normal.

I am using Revmob3.0.2
Thanks. [import]uid: 25057 topic_id: 25797 reply_id: 120295[/import]

@OwenYang You only use startSession once at the beginning of your app. Then you are free to display as many ads as you like. You don’t even need to call it again when you come back from suspend and such.

RevMob is focusing a lot on improving, but right now they are a victim of their own success. They are struggling mightily to fill all the ad space they have, improve the performance of the ads (e.g. load times), add different graphics for banners, and expand their reach all at the same time. (That’s my perspective as a developer using RevMob, I’m not affiliated with them of course) [import]uid: 36054 topic_id: 25797 reply_id: 120306[/import]