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
1
vote
2 answers

Revmob more games button in cocos2d

Hi i am using revmob in my game . I have integrated full screen but i cant call more games screen. I have CCMenuItemImage and on its selector i have called [RevMobAds openAdLinkWithAppID:@"000000000000000"]; its opening itunes. But i want to call…
Zohaib
  • 2,845
  • 2
  • 23
  • 33
1
vote
1 answer

Showing Revmob full screen ad above nextpeer multiplayer screen

I am using Nextpeer to add multiplayer facility in my game. Now i want to show ad when user start the game so I show ad when user press start button. but the problem is the the Revmob full screen goes under that screen. I want to that ad should…
Iqbal Khan
  • 4,587
  • 8
  • 44
  • 83
1
vote
4 answers

Set Revmob banner frame for iphone

I am using Revmob for showing add banner using below code. [RevMobAds startSessionWithAppID:@"My Application id"]; [RevMobAds session].testingMode = RevMobAdsTestingModeWithAds; [[RevMobAds session] showBanner]; and it's showing test banner…
Sarafaraz Babi
  • 480
  • 6
  • 18
1
vote
1 answer

What is placement id for rev mob

I try looking for information on it , but I still don't understand clearly on what it is. Mainly what is it use for in iPhone development?
moo
  • 45
  • 5
1
vote
1 answer

Step by step guide required on how to integrate revmob local notifications into iOS app

I have revmob banners, full screens and popups integrated into my iPhone and iPad apps, with the latest revmob SDK & using placement ID. All are working fine. I now want to intergate revmob local notifications into these app as well. I am not a…
Elaine H
  • 96
  • 5
1
vote
2 answers

If i don't use Ad Support Framework for rev mob what will happen

i added AdSupport framework to my iPhone application since I wanted to use rev mob ads (as we can see in installation instructions http://sdk.revmob.com/ios) . Now the application runs well for iOS 6.0 but crashes for 5.1.1 since 5.1.1 does not have…
ila
  • 920
  • 12
  • 35
1
vote
2 answers

Revmob and Chartboost appear too late (lag?)

I am making an iPhone/iPad application and I have the following problem: I want to pop up a revmob or a chartboost ad on my game over screen, which has a restart button. The ads do pop up, but by the time they appear, the player may press restart…
Andre
  • 11
  • 1
  • 3
1
vote
2 answers

RevMob doesn't work

When I trying to show fullscreen ad, I get the following message: "[RevMob] No Ads available for this device. " It worked fine before, but now ad doesn't appears. Can anybody help me?
kilj
  • 127
  • 1
  • 12
1
vote
1 answer

how to respond to revmob sdk uialertview delegate?

Im trying to implement revmob sdk, it works fine but their documentation dont have much detail and support not responding. (http://sdk.revmob.com/sdks/ios/docs/index.html) is there a way to use the delegate to know the status of the alertbox ? this…
user513790
  • 1,225
  • 1
  • 13
  • 22
0
votes
1 answer

RevMob "Caching Fullscreen failed for unkown reason"

I'm trying to add Revmob to my existing Android app, but receiving the following errors: Caching Fullscreen failed for unkown reason Caching Banner failed for unkown reason Everything looks fine. The error report also contains…
Eneas Gesing
  • 533
  • 7
  • 10
0
votes
2 answers

increment when finish watching video ads

I want to increment when finish watching video ads .I am calling startRevMobSession() function on button click , but it increment also when there is no video available.. anyone please tell me its correct implementation. I am using Android…
0
votes
3 answers

Removing RevMob Ad banner upon in-App purchase

The problem is that Apple rejects my app because when the button is clicked to purchase the "no ads" upgrade, it doesn't make the banner disappear until you close the app and re-open it. This is because I initialize all my RevMob code in the…
0
votes
1 answer

RevMob banner ads won't display

Alright so this is the code I'm using but banner ads won't seem to load up. Testing mode is on but nothing shows up at all. let completionBlock: () -> Void = { //Custom method defined below self.banner?.showAd() …
Amit Kalra
  • 4,085
  • 6
  • 28
  • 44
0
votes
1 answer

RevMob showPopup does't exist in the latest version

I want to upgrade RevMob library version, in old version I have functionality to display in fullscreen and in popup like this: revMob.showFullscreen(current_activity); revMob.showPopup(current_activity); In new verion showFullscreen works, but…
Alex
  • 8,908
  • 28
  • 103
  • 157
0
votes
1 answer

My app is now throwing errors after trying to implement RevMob

The Error I am getting is: Cannot convert value of type '(NSError!) -> Void' to expected argument type '((Error?) -> Void)! The code that is causing this error is RevMobAds.startSessionWithAppID("", withSuccessHandler:…
Baker2795
  • 237
  • 3
  • 12