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

RevMobAds HideBanner

This is my first time using RevMob but it seemed like it should be simple enough, however I'm having a hard time hiding banner ads. - (void)viewDidLoad { [super viewDidLoad]; [[RevMobAds session] showBanner]; // Do any additional setup…
Cheruvian
  • 5,628
  • 1
  • 24
  • 34
0
votes
1 answer

PhoneGap RevMob plugin ads not loading

I can't seem to get the PhoneGap RevMob plugin to work on iOS. I followed the installation instructions on the Github page, but no ads are displayed on my app. My index.html code is as follows:
0
votes
1 answer

Opens hundreds of tabs on single ad-click

listener = new RevMobAdsListener() { @Override public void onRevMobAdClicked() { Log.i("[RevMob]", "Advertisement Clicked!"); revmob.openAdLink(application, APPLICATION_ID, this); return; …
Christian Tucker
  • 627
  • 8
  • 20
0
votes
2 answers

Error when RevMob minibanner ads runs

I'm trying to implement banner ads with revMob, but when I test on my device (iPhone 4, iOS 7), the app crashes and it returns this messages: 2014-05-19 18:42:24.050 hero_rush iOS[522:60b] [RevMob] Banner did received. 2014-05-19 18:42:24.089…
user3511563
  • 397
  • 2
  • 5
  • 18
0
votes
1 answer

Cannot convert from void, RevMob Error

I was adding a adlink to my app and followed all the steps on RevMob's site, but i get the error "Cannot convert from void to RevMobLink". This is the code I'm using: public void onCreate(Bundle savedInstanceState) { …
user3529564
0
votes
1 answer

Can't get Revmob to work with Flash CC/CS5.5

I am trying to add revmob to my android app that I made in Flash CC. I am following there step by step guide on how to add it. http://sdk.revmobmobileadnetwork.com/air.html I have a separate actionscript file i use to call the ad. But I am having…
Mitch
  • 1
  • 2
0
votes
1 answer

RevMob Banner Showing above the keyboard IOS

I am using RevMob, and calling it using [[RevMobAds session] showBanner]; The problem is, when i call it and already have text fields in the view, if i press inside of the field for editing and the keyboard shows up, the banner will cover most of…
Elias Rahme
  • 2,226
  • 3
  • 28
  • 53
0
votes
3 answers

Revmob fullscreen ad preload on Unity?

Is there any way to preload fullscreen ad on Unity? Right now when we call it using revmob.ShowFullscreen(); when we create end game screen. But most of the time it loads after 5/10 secs later which is in-game most probably if you press restart,…
Edenrim
  • 241
  • 1
  • 3
  • 7
0
votes
0 answers

RevMob banner does not hide

I'm trying to use RevMob (Link to RevMob) as alternative for Admob. Now it is working, but not quite well. I only want a banner on some views. But the [[Thing session] hideBanner] isn't working seems to me. Does anyone have this also? Or…
Kets
  • 438
  • 2
  • 8
  • 24
0
votes
0 answers

revmob fullscreen crashes android

cant show fulscreen ads, just links, banners and popups. My code: revmob = RevMob.start(ac); link = revmob.createAdLink(ac, listener); fullscreen = revmob.createFullscreen(ac, listener); where ac is the main activity, and listener is a…
user3221178
  • 41
  • 1
  • 3
0
votes
1 answer

Revmob : I dont get revenue for installs - ios

I set up revmob in my game according to the SDK documentation. Everything seems to work right. However when I click on the ad and download the advertised game( and I launch it also). The install doesn't appear in my revenue, just the click. I tried…
0
votes
1 answer

spritebuilder game + apportable load FATAL ERROR: RevMobAds/RevMobAds.h NOT found

I get the error below when executing the "apportable load" command on a game made with SpriteBuilder: Check the error log below: ... Compiling /Users/icarlitux/Documents/KURRENTAP/GIT/GAMES/HappyBird/HappyBird.spritebuilder/IAPHelper.m …
0
votes
1 answer

Revmob worked and now that it is in the app store, it doesnt work

So basically Revmob worked in my app, tested it on ios7/ios6, everything was fine so I submitted it to the app store and now that it is in the app store, it stopped working. I tested it in xcode and got this message in Xcode: [RevMob] Testing mode…
0
votes
1 answer

Revmob ads showing in the middle of the screen

I have developed a game in starling and after fixing multi resolution issue , i stuck into another one when I try implementing Revmob banner ads on bottom it shows in the middle of the screen on samsung note - but on samsung galaxy S2 , it show on…
0
votes
0 answers

Switching between ad networks in cocos2d v3.0 and spritebuilder

as the title would suggest i'm trying to make a system that automatically will prioritize my ad networks and display the next in line when one fails to load. I currently have iAd implemented and working following this example: How to add iad in…
BasedRebel
  • 11
  • 5