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
0 answers

RevMob iPad issues

So I am implementing RevMob to my app and it works fine on my iPhone. My app consists of tableview and other views connected to it. It launches and there's a banner, as there should be, and I tap a cell to go to another view and it works but then…
Youssef Moawad
  • 2,846
  • 5
  • 28
  • 50
0
votes
1 answer

How to integrate full screen RevMob Ads in corona sdk

I want to integrate full screen RevMob Ad in and is able to add it but i some times get error that didRemoveListener nil value when i try it to click on ad to open it and close the add both at the same time.Please give any suggestions how to solve…
user2588337
  • 71
  • 1
  • 12
0
votes
1 answer

Issue with the cocos2d game start

i have developed cocos2d game app, here when the game starts the targets starts falling from top to bottom, there is no issues here, after adding code for revmob(ad page), targets are not falling in the screen, i had checked with the revmob code…
DD.
  • 973
  • 2
  • 10
  • 32
0
votes
1 answer

Why the revmob ads flickering?

I have integrated the revmob sdk in my application the full screen ads are shown but when i clicked the cross button the ads become flickering please any help.
iOS developer
  • 68
  • 2
  • 12
0
votes
1 answer

RevMob crashes when ad closed

I have two UIViewControllers. On first One i have an UIButton which calls the second viewController. When I'm on secondViewController the RevMob ads shows. [[RevMobAds session] showFullscreen]; If i press "x" button on the corner of the add, i mean…
iDev_91
  • 317
  • 8
  • 15
0
votes
0 answers

which ad newtwork offers sdk compatability for carona built ios apps without a paid campaign?

I have an app that was designed on carona platform. https://itunes.apple.com/us/app/iron-fist-lite/id579914514?mt=8 I currently a have revmob ads pumping out ads on it. I want to utilise chartboost but they do not have sdk integration for apps built…
geek2guy
  • 1
  • 1
0
votes
0 answers

How to Load RevMob before another Task

i am working on Revmob and i got stuck at position that i want to load RevMob before executing another task, My code part is this play.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { …
Akhilesh Sk
  • 451
  • 4
  • 18
0
votes
1 answer

Do I have to reload RevMob Ads?

I want to use both fullscreen and banner ads in one of my games. Do I have to load the fullscreen ad everytime before showing it?
JHSnows
  • 431
  • 1
  • 6
  • 14
0
votes
3 answers

programmatically include layout(i.e not xml) in android game

How to include layout programmatically in android without using xml layouts to display banner ads in android. I am creating a game App where i need to display banner ads in each and every game page. I have already included full screen revmob ads but…
SRY
  • 139
  • 3
  • 15
0
votes
1 answer

RevMobAds delegate issue

I am trying to receive RevMobAdsDelegate events in my AppDelegate and they are not being called. See below what I have done: 1) Implement RevMobAdsDelegate protocol: @interface MyiOSAppAppDelegate : UIResponder
Farhan Hafeez
  • 634
  • 1
  • 6
  • 22
0
votes
1 answer

Definition com.revmob.airextension:Revmob could not be found.

I am using Flash cs5 to make iOS App I have referenced Revmob.ane in the File->Actionscript settings->Library path and then imported the revmob extension in my Game.as by import com.revmob.airextension.Revmob but still Game.as could not find Revmob…
hariszaman
  • 8,202
  • 2
  • 40
  • 59
0
votes
1 answer

Revmob Undefined symbols for architecture armv7

I am using OSX 10.7.5, XCode 4.5, RevMob v 5.5.1. When I am clicking the play button on the top left hand corner, XCode generated these error: Undefined symbols for architecture armv7: "_SCNetworkReachabilityGetFlags", referenced from: …
Ellery Leung
  • 617
  • 3
  • 10
  • 23
0
votes
1 answer

Is it possible to use the full RevMob API in an HTML5 iOS app? (Using Cordova/Phonegap)

I'm using Apache Cordova to build an html5 game. I want to use RevMob, and I'm following this tutorial http://sdk.revmob.com/cordova#ios-setup Everything works fine, but it appears that I have access to only two of the RevMob API calls. I can only…
x10
  • 3,820
  • 1
  • 24
  • 32
0
votes
1 answer

RevMob check Banner is loaded or not in iPhone?

I am using Revmob Framework for displaying ad banners and it's working fine. So now my Question is that how to know programmatically that banner is loaded or not? Like if we are using iads then there is a method "isBannerLoaded" to check banner is…
Sarafaraz Babi
  • 480
  • 6
  • 18
0
votes
1 answer

How can I disable Revmob with code?

I would like to have RevMob active for all people in my free game. When they make the in-app purchase to eliminate ads, I'd want to eliminate those RevMob ads. I first have this code in the AppDelegate, to initiate the session [RevMobAds…
1 2 3
9
10