$10 eCPM GUARANTEED. Meet RevMob!

Hi guys.

I forgot to mention also that a lot of time my ipad2 stops showing ad (full screen and even adLink) Not sure why. I asked Revmob to reset my ipad2 and it worked the next day but now it stopped again. My iphone4 seems to always show ads. Anybody having this issue? (ie: ad not showing at all)

Thanks.

Mo

ps:

  • using 3.4.3
  • iphone4 OS 5.1
  • ipad2 OS 6 (was 5.1 yesterday but same issue with iOS 6)
  • showFullScreen at start/resume and every 3 game plays.
  • show adLink (more games buttons) [import]uid: 100814 topic_id: 25797 reply_id: 129699[/import]

@krystian6: Thanks for the info. I am curious about when you say “…logging enabled at all [flushing buffers etc.]…”?

I did not changed revmob.lua (3.4.3) but Revmob team think it is a bug and they are working on it. I am not sure why it works for you in that case. i am going wait for the next version and see.

Thanks so much for all your help.

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

Hi guys.

I forgot to mention also that a lot of time my ipad2 stops showing ad (full screen and even adLink) Not sure why. I asked Revmob to reset my ipad2 and it worked the next day but now it stopped again. My iphone4 seems to always show ads. Anybody having this issue? (ie: ad not showing at all)

Thanks.

Mo

ps:

  • using 3.4.3
  • iphone4 OS 5.1
  • ipad2 OS 6 (was 5.1 yesterday but same issue with iOS 6)
  • showFullScreen at start/resume and every 3 game plays.
  • show adLink (more games buttons) [import]uid: 100814 topic_id: 25797 reply_id: 129699[/import]

i found that banner:release() does not do anything since recent update [import]uid: 111283 topic_id: 25797 reply_id: 130190[/import]

i found that banner:release() does not do anything since recent update [import]uid: 111283 topic_id: 25797 reply_id: 130190[/import]

@Paulo

3.4.4: It works! The Remob listener is now triggering and I can close a wait window if the ad is displayed or do not show up after 10 seconds.

Thanks!

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

@Paulo

3.4.4: It works! The Remob listener is now triggering and I can close a wait window if the ad is displayed or do not show up after 10 seconds.

Thanks!

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

** PLEASE CORONALABS, GIVES REVMOB THEIR OWN FORUM PLACE!

@Mo - That I saw your post was pure coincidence, we don’t read every post in every thread, especially with 740+ posts here. If someone has a request about a sub forum or forum feature, or even feature in general, it is best to post in the Feature Requests and Roadmap Discussion sub forum so that we actually get to see it.

That said we are in the process of a forum overhaul, to be rolled out some time in the very near future; if RevMob would like a sub forum under 3rd party tools and services or the like they should get in touch with myself or David. (peach[at]coronalabs and/or david[at]coronalabs).

Peach :slight_smile: [import]uid: 52491 topic_id: 25797 reply_id: 130242[/import]

** PLEASE CORONALABS, GIVES REVMOB THEIR OWN FORUM PLACE!

@Mo - That I saw your post was pure coincidence, we don’t read every post in every thread, especially with 740+ posts here. If someone has a request about a sub forum or forum feature, or even feature in general, it is best to post in the Feature Requests and Roadmap Discussion sub forum so that we actually get to see it.

That said we are in the process of a forum overhaul, to be rolled out some time in the very near future; if RevMob would like a sub forum under 3rd party tools and services or the like they should get in touch with myself or David. (peach[at]coronalabs and/or david[at]coronalabs).

Peach :slight_smile: [import]uid: 52491 topic_id: 25797 reply_id: 130242[/import]

Thanks Peach! No problem, I fully understand. And yes, having a Revmob forum would be awesome. 740+ posts is simply not manageable…

Mo. [import]uid: 100814 topic_id: 25797 reply_id: 130251[/import]

Thanks Peach! No problem, I fully understand. And yes, having a Revmob forum would be awesome. 740+ posts is simply not manageable…

Mo. [import]uid: 100814 topic_id: 25797 reply_id: 130251[/import]

@Paulo: I am sorry but I think I spoke too soon.

The listener with 3.4.4 works great BUT for some reason I am not getting the “adClosed” when I close the full screen ad. The console says it the full screen ad was closed ([RevMob] ad: fullscreen closed)

But I am not getting the message “adClosed” I am getting the message “adReceived” and “adNotReceived” but not the “adClosed”

Any suggestions? Is this a bug or normal behavior? Is there any other way to detect that ad was closed?

Thanks.

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

@Paulo: I am sorry but I think I spoke too soon.

The listener with 3.4.4 works great BUT for some reason I am not getting the “adClosed” when I close the full screen ad. The console says it the full screen ad was closed ([RevMob] ad: fullscreen closed)

But I am not getting the message “adClosed” I am getting the message “adReceived” and “adNotReceived” but not the “adClosed”

Any suggestions? Is this a bug or normal behavior? Is there any other way to detect that ad was closed?

Thanks.

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

Hi all. We have just released the 3.4.5 version, please, check the ChangeLog: http://sdk.revmob.com/corona#changelog

@Bladko: This version includes improvements in the banner:release() method.

@LairdGames: I can not reproduce this problem of the event “adClosed”. Please, try the latest version or could you send us a step by step to reproduce this problem? I believe the following functions can be very useful for debug:

function logTable(table)  
 for k,v in pairs(table) do log(tostring(k) .. ': ' .. tostring(v)) end  
end  
  
revmobListener = function (event)  
 msg("Event: " .. event.type)  
 if event.type == "adReceived" then  
 elseif event.type == "adNotReceived" then  
 end  
 logTable(event)  
end  

@peach pellen: We will contact you, thanks.

@krystian6: thanks for your incredible help to the community

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

Hi all. We have just released the 3.4.5 version, please, check the ChangeLog: http://sdk.revmob.com/corona#changelog

@Bladko: This version includes improvements in the banner:release() method.

@LairdGames: I can not reproduce this problem of the event “adClosed”. Please, try the latest version or could you send us a step by step to reproduce this problem? I believe the following functions can be very useful for debug:

function logTable(table)  
 for k,v in pairs(table) do log(tostring(k) .. ': ' .. tostring(v)) end  
end  
  
revmobListener = function (event)  
 msg("Event: " .. event.type)  
 if event.type == "adReceived" then  
 elseif event.type == "adNotReceived" then  
 end  
 logTable(event)  
end  

@peach pellen: We will contact you, thanks.

@krystian6: thanks for your incredible help to the community

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

@Paulo

Thank you very much for the feedback. Unfortunately I still cannot see the “adClosed” event with 3.4.5

Here the console on my mac attached to my iphon4

: Event: adReceived
: [RevMob] ad: fullscreen
: [RevMob] type: adReceived
: [RevMob] Static fullscreen
: Event: adReceived
: [RevMob] ad: fullscreen
: [RevMob] type: adReceived
: Event: adDisplayed
: [RevMob] ad: fullscreen
: [RevMob] type: adDisplayed

: [RevMob] Fullscreen closed

I simply start the app and once I see the ad, I click on the close button the last message I get is:

: [RevMob] Fullscreen closed

But no even listener saying: : [RevMob] type: adClosed

Which means that me “wait window” is not closing until my timer (10 sec) time out.

I am going to keep at it and see if maybe i am doing something wrong somewhere. I am also wondering if I should not use the event adDisplayed to hide my “wait window”? I would prefer adClosed event but…

Thanks again.

Mo

ps: Anybody else has this issue of am I the only one (I will not be surprise!) [import]uid: 100814 topic_id: 25797 reply_id: 130346[/import]

@Paulo

Thank you very much for the feedback. Unfortunately I still cannot see the “adClosed” event with 3.4.5

Here the console on my mac attached to my iphon4

: Event: adReceived
: [RevMob] ad: fullscreen
: [RevMob] type: adReceived
: [RevMob] Static fullscreen
: Event: adReceived
: [RevMob] ad: fullscreen
: [RevMob] type: adReceived
: Event: adDisplayed
: [RevMob] ad: fullscreen
: [RevMob] type: adDisplayed

: [RevMob] Fullscreen closed

I simply start the app and once I see the ad, I click on the close button the last message I get is:

: [RevMob] Fullscreen closed

But no even listener saying: : [RevMob] type: adClosed

Which means that me “wait window” is not closing until my timer (10 sec) time out.

I am going to keep at it and see if maybe i am doing something wrong somewhere. I am also wondering if I should not use the event adDisplayed to hide my “wait window”? I would prefer adClosed event but…

Thanks again.

Mo

ps: Anybody else has this issue of am I the only one (I will not be surprise!) [import]uid: 100814 topic_id: 25797 reply_id: 130346[/import]

@LairdGames: Maybe you are releasing the listener (setting it to nil) in some part of your code. Or maybe you have more than one variable with the same name that is replacing it. Could you check?

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

@LairdGames: Maybe you are releasing the listener (setting it to nil) in some part of your code. Or maybe you have more than one variable with the same name that is replacing it. Could you check?

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

@Paulo: Unfortunately not but I am still looking. I even changed the listener name just to make sure. I had also a call for the ad in the start and resume phase of the app. Just in case I remove the one in the start phase still the same issue. My last thing will be to run your sample app with the new revmob (3.4.5) and see what i get and report here.

Thanks.

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