$10 eCPM GUARANTEED. Meet RevMob!

@oskar

iOS 5.1.1

okay it froze on level 1 than I hit home and relaunched and got the full screen ad. Very nice ad.
Im on 3g wifi so its just loading time is lagging [import]uid: 75779 topic_id: 25797 reply_id: 112575[/import]

@guischv ,

PLEASE, what is happening with RevMob for Android? All my apps using RevMob on Android are opening the RevMob Website at www.revmob.com when the user clicks to download the free game instead give the user a free game to download at Google Play store!!

PS: Im using the latest RevMob SDK version (1.0.3v) and using also the FULLSCREEN Ads and also the normal pop-up one. BUT both types just bring myself to the RevMob website and nothing about the FREE GAME. :S Please, repair it ASAP because it explains for me the REASON why I got many clicks on the RevMob Ads but ZERO installs - SURE because the user isnt able to see any free game offer at all after clicking to download the free game from RevMob Ads.
Thanks in advance,
Rodrigo. [import]uid: 89165 topic_id: 25797 reply_id: 112607[/import]

@RSCdev – This happens when the device has installed too many apps and we’re out of advertisers. Have you installed several apps on that device? Also, this is device-wide so whichever app you’re using will be the same because that device already installed everything we have. If you want, we can reset your device, but you need to send me your IMEI identifier for that! You can send me your identifier to gui@revmob.com and I’ll reset it. But don’t worry, this will only happen on devices that already installed most apps, so probably like 0.01% of your users (maybe only you). As a tip, you don’t need to keep installing apps to make sure RevMob is working. If you receive a popup or a fullscreen, that means it’s working. Thanks for sharing!

All – a new Corona SDK should be released tomorrow with the instant Fullscreens, and at the latest on Friday!!! [import]uid: 137117 topic_id: 25797 reply_id: 112608[/import]

@guischv ,

THANK YOU very much for the very quick reply! I love the RevMob support because it really does what it says - CARE about their developers. :slight_smile:

So, I`m sending you right now a mail passing the IMEI for you to reset this Android mobile.
Thanks one more time,
Rodrigo. [import]uid: 89165 topic_id: 25797 reply_id: 112609[/import]

@jinwchen – you are probably referring to single installs coming from the same device. we need traffic from different devices to keep paying higher bids, because we don’t offer an installed app for a device that already installed that app. Are you showing our Fullscreen ad unit when the app opens? Including after multitasking as per the code I provided? Including showing repeatedly in the same session every 1 to 2 mins? Following those best practices should dramatically increase your revenue. Thanks, Gui [import]uid: 137117 topic_id: 25797 reply_id: 112655[/import]

My install rate has dropped a lot in the past 2 days for some reason. Anxious to try out the fullscreen ads with the new SDK and see if I can get it back up to what it was or even better. Fingers crossed that it comes out tomorrow! [import]uid: 79620 topic_id: 25797 reply_id: 112727[/import]

So new daily build is here and no mention of the feature :confused: [import]uid: 109453 topic_id: 25797 reply_id: 112816[/import]

“…All – a new Corona SDK should be released tomorrow with the instant Fullscreens, and at the latest on Friday!!!..”

COOL!

Mo
(LairdGames) [import]uid: 100814 topic_id: 25797 reply_id: 112818[/import]

My install rate is back up :slight_smile: Still anxiously waiting for the new SDK though. [import]uid: 79620 topic_id: 25797 reply_id: 112820[/import]

Sorry guys, we are still making final tests for the instant fullscreens. But I think it’ll be ready this Saturday! We’ll obviously let you know as soon as it’s live! [import]uid: 137117 topic_id: 25797 reply_id: 112824[/import]

?guischv
have u recorded what has been installed on specific user in your system?
cause i use popup window.
Every time it pop up “the same GAME”…

then show “Installed” on the button…i don’t think it’s a good way…cause it makes me less possibility to click that. [import]uid: 25057 topic_id: 25797 reply_id: 112845[/import]

Hey, in relation to earlier comments RE getting in touch with the team you can always use this form; http://developer.anscamobile.com/forms/support

Hope this helps :slight_smile:

Peach [import]uid: 52491 topic_id: 25797 reply_id: 112865[/import]

Hello, guischv,

I have set this up in my game and it works fine in simulator on MAC but fails to load anything at all on IOS devices. I have tested on iPad 2 and iPhone 3GS. Any advice? [import]uid: 140147 topic_id: 25797 reply_id: 112975[/import]

@Peach – thanks for that! I already sent a support request.

@lamargodev0 – are you using the Fullscreen ad unit? The devices are connected to the internet? Could you send me the error logs?

@OwenYang – thanks for this feedback. Have you installed the game by clicking in a popup? Or was this game already installed in your device? We can only track games installed clicking our ads, but you can be assured that when that happens, we don’t show devices. Also, it won’t work if we manually reset your device.

All, the new Fullscreen is still being tested, it’s really hard for us since Corona doesn’t offer us access to the native code. We’re working hard though. [import]uid: 137117 topic_id: 25797 reply_id: 112981[/import]

Yes we were connected to the internet. Tried on 3g and Wifi without success on both devices. Also tried building in everything from 704 to 840 without success. Don’t have any error logs like I said it works in sim on all builds but not on real devices. It doesn’t crash it just does not show at all just like it isn’t there. [import]uid: 140147 topic_id: 25797 reply_id: 112993[/import]

Is it possible you are blocking the revmob servers on your device? Like in hosts file for example?
[import]uid: 109453 topic_id: 25797 reply_id: 112999[/import]

no our devices are factory iOS devices. [import]uid: 140147 topic_id: 25797 reply_id: 113013[/import]

Hi there I just installed rev mob in my game. I didn’t put the ad until the second level so I will move it in the update. Check it out!
http://itunes.apple.com/us/app/bunny-the-waiter/id533680443?ls=1&mt=8 [import]uid: 75779 topic_id: 25797 reply_id: 113031[/import]

@lamargodev,

Last time I had similar situation on my Android device. RevMob team asked me questions and ran the following code to provide them the necessary info:

what’s your country and id of your device ?
run this code in main.lua to get the device id:
display.newText(system.getInfo(“deviceID”), 0, 0, native.systemFont, 16)

After I provided the info they needed, they found device identities which is not uniform issue.
Maybe you can follow the same way to solve the problem.

[import]uid: 42593 topic_id: 25797 reply_id: 113032[/import]

Hi :slight_smile:

Is there a way to create a “more games” button that redirects you directly to the app to download in the market, instead of showing the popup or the fullscreen ad?

Thank you :slight_smile:

PS: I like very much revmob, it’s the best way to monetize our apps :wink: [import]uid: 127704 topic_id: 25797 reply_id: 113038[/import]