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

Show fullscreen ad once every two time a button is clicked

I'm using revmob to display ads in my app. I used to have it so that everytime the stop button for my timer was pressed, an ad would show. I want to make it so that it shows less. For example, the user press the button once, nothing happens. The…
0
votes
1 answer

RevMob cache ad to display when there is no internet connection

Can we cache the ad and display it when there is no internet connection? I have read the sdk specs and it seems that it doesn't say anything regarding the offline mode... These is what I've read : http://sdk.revmobmobileadnetwork.com/ios.html Also…
Laur Stefan
  • 1,519
  • 5
  • 23
  • 50
0
votes
1 answer

Warning revmob session was not started

I have integrated the revmob SDK into my Xcode project, but each time I launch the app in the simulator I receive the following message: [39037:4564305] [RevMob] Starting RevMobAds [39037:4564305] [RevMob] Warning: RevMob session was not…
jeasbos
  • 1
  • 2
0
votes
2 answers

My app was just rejected for Ad Support Framework While using Revmob in app

I got mail from itunesconnect that my app that is using revmob has been rejected with the reason. We found your app uses the iOS Advertising Identifier but does not include ad functionality. This does not comply with the terms of the iOS…
NSP
  • 131
  • 3
  • 11
0
votes
1 answer

Revmob interstitial advertisement in swift

I followed the implementation Revmob guide to use interstitial advertisement for my game, but when I launch my game I get an error: 2015-01-13 15:02:20.406 basisTest[38021:42032052] [RevMob] Starting RevMobAds 2015-01-13 15:02:21.057…
sdd
  • 889
  • 8
  • 29
0
votes
1 answer

Ads not working properly

The following is code in my Appdelegate.m class: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [RevMobAds startSessionWithAppID:@"Id"]; // Override point for customization after…
0
votes
1 answer

Show ad after certain amount of interactions

I own a simple soundboard app, which basically plays a song when a button is pushed. I wanted to know, if it was possible to show an ad after a certain amount of user interactions. e.g when 20 sounds have been played, a fullscreen ad would…
0
votes
0 answers

RevMob fail with next error

Please explain me what in mean and how i should do in order to display revMobBanner? [RevMob] Fail with error: A server with the specified hostname could not be found.
0
votes
1 answer

Show an ad (revmob) on app exit

I'm still new at java programming (for Android), usually I find everything that I need to know on the internet, but not this time, even if the problem doesn't seems that much complicated. I would like to show an Ad (RevMob) when the user exits the…
tchayk
  • 1
  • 2
0
votes
1 answer

Revmob crashing my app

I'm generating a banner in a tableview with revmob, which seems to be the one that crashes my app. The crash happens while navigating in and out several times to the tableview that contains the banner, using 3g. I generate it this way in…
0
votes
1 answer

RevMob Ads in swift application

Does anyone know what the import statement should be for the RevMobAds framework in swift? I've imported the framework itself which is called RevMobAds.framework but in my AppDelegate.swift file simply saying "import RevMobAds" doesn't work like it…
yaboi
  • 301
  • 1
  • 7
  • 20
0
votes
1 answer

Revmob ClassNotFoundException

I am trying to add Revmob ads to my app but I am getting ClassNotFoundException. Using their latest sdk, followed all their step on documentation. here is my Logcat 08-08 12:50:43.122: E/AndroidRuntime(17750): java.lang.NoClassDefFoundError:…
Atif Farrukh
  • 2,219
  • 2
  • 25
  • 47
0
votes
1 answer

How to implement ads by more than one networks through mopub in one banner ad android

I want to display banner ads by more than one ad providers e.g. admob+revmob through mopub
0
votes
1 answer

RevMob no ads are displayed

I just update revmob with the last sdk (7.3.2) for Unity. I'm using Unity 4.5 Pro. Everything seems to work fine except that the ads isn't displayed. The debug say that the banner ad is displayed...but there is nothing on the screen and nothing to…
David R.
  • 28
  • 5
0
votes
1 answer

Revmob Unity3D SDK for Amazon

I've just published my Android game to the play store here. Now I want to publish the same app to Amazon. I've used Revmob ad network in that. Now I want to publish it on Amazon too. I can see that Amazon is supported in Revmob Android SDK, we just…
0xC0DED00D
  • 19,522
  • 20
  • 117
  • 184