Questions tagged [revmob]

RevMob is a worldwide pay per install based ad network for mobile apps & web sites. It has SDKs for platforms like iOS, Android, Unity, Corona, PhoneGap, AdobeAir,Marmalade and Titanium.

RevMob is a worldwide pay per install based ad network for mobile apps & web sites. It has SDKs for platforms like iOS, Android, Unity, Corona, PhoneGap, AdobeAir, Marmalade, Titanium, Cocos2d-x, BuzzTouch, ShiVa3D and Gideros.

Links

Official Site

146 questions
0
votes
1 answer

Best approach when no Internet connection - RevMob ads

I have an adobe air application, running on both IOS and android platforms. I have managed to implement the banner and the awarded video ad. Whenever the user disconnects from wifi or 3G/LTE the banner normally won't show up, and neither the awarded…
Elias Rahme
  • 2,226
  • 3
  • 28
  • 53
0
votes
1 answer

Enable test mode in RevMob

How to enable test mode in RevMob Android? I'm trying to find code snippet but not able to find. revmob.setTestingMode(RevMobTestingMode.WITH_ADS); The above code is not working. My app is not in live. Its just in testing purpose. The following…
DwlRathod
  • 750
  • 6
  • 17
0
votes
1 answer

RevMob Banner : adobe air - flash CS6 - Auto dismissing issue

In my adobe air application, i've managed to implement Revmob ads: Rewarded video and banners. I'm still in my testing mode, so when i run the game i will get the blue Revmob Banner at the bottom of the screen as expected. The first problem is,…
Elias Rahme
  • 2,226
  • 3
  • 28
  • 53
0
votes
1 answer

Revmob differentiate video or static interstitial in AdDidReceive

How to differentiate whether or not cached video is static interstitial fullscreen or video ad in AdDidReceive delegate method??? public void AdDidReceive (string revMobAdType) { if( revMobAdType == ?? ) {} //video or static interstitial }
Kenshin
  • 1,030
  • 2
  • 12
  • 41
0
votes
1 answer

Revmob Unity Out Of Memory Issue in Android

I have integrated Revmob Unity Plugin and its running fine for almost 8 to 10 fullscreen video. After that, its not downloading static or video interstitials, it says "Your RAM is full and can't download anything". I've tried calling Release() for…
Kenshin
  • 1,030
  • 2
  • 12
  • 41
0
votes
1 answer

Using Revmob Ad SDK with Android app on Game Maker

Are Revmob ads compliant with all Google Policies when used in an Android app made with Game Maker Studio. If yes do you need to show any message to the end user?
user2899094
  • 491
  • 1
  • 4
  • 17
0
votes
2 answers

Corona sdk build.settings

I am trying to integrate AdMob , Revmob and vungle but I don't know if I put in the proper code in my build.settings . I don't want to use them all on one page but at different scenes . Any Help ? build.settings settings = { orientation = …
user5957351
0
votes
1 answer

Kivy and RevMob error, it can't find the Java Class, not even in the example program

Here's my log: File "/home/foo/bar/revmob/__init__.py", line 11, in from android import * File "/home/foo/bar/android.py", line 5, in RevMobNative = autoclass('com.revmob.RevMob') File…
Paul Brown
  • 2,235
  • 12
  • 18
0
votes
1 answer

Revmob banner ad position - Swift

I have the following code to initialise and load a Revmob banner ad. I try to specify the position of the ad since it loads at the bottom by default and I need it to be at the top of the screen. This code however does not seem to work and my ad does…
spigen
  • 81
  • 1
  • 7
0
votes
2 answers

'RevMobAds/RevMobAds.h' file not found error

I know that this question is asked a lot but i still couldn't get the right answer. I just have followed the steps from the guide of the site revmob. I have did the cocoa pods part because i don't know how to make a pods file and my account is not…
Cing
  • 806
  • 1
  • 11
  • 29
0
votes
1 answer

RevMobAds - Test video ads not loading?

Ive opted towards RevMob since the iAd network isn't accepting new apps and I'm trying to put a video ad after a round of my game is played like this: func gameOver() { RevMobAds.session().fullscreen().loadVideo() …
KeepItSimple
  • 133
  • 8
0
votes
1 answer

RevMob banner covers action sheet

I have a small problem when trying to implement RevMob ads into my app. I am showing a banner, but for some reason when an action sheet is brought up from the bottom of the screen, it is covered by the RevMob banner. Is there a way to get around…
Balázs Vincze
  • 3,550
  • 5
  • 29
  • 60
0
votes
0 answers

Banner covers UIActionSheet in Swift

I have a RevMob banner in Swift, its working perfectly but when opening an UIActionSheet the cancel button gets covered by the advertisement, this also happens with GameCenter , what should I do to fix it? My code: func appearAd(){ if…
Omar Dlhz
  • 158
  • 12
0
votes
1 answer

Revmob Unity : Banner ads not clickable

I am developing a game which required to show Revmob Banner ads. I can successfully show banner ads, but can't not click on it. It's media id is into testing mode. My code for it is below. private RevMob rev mob; void Awake() { revmob =…
girish_pro
  • 838
  • 9
  • 18
0
votes
1 answer

How to show revmob ads in my air for android app

I'm making an android app with flash cs6, and I want to put some ads in it. I've found that revmob comes with the most specific guide I could find. http://sdk.revmobmobileadnetwork.com/air.html#download In the android bit it says: 'Add the required…
Jens
  • 47
  • 6