Questions tagged [revmobads]

24 questions
3
votes
4 answers

RevMob sdk 5.9.0 gives error on header file while import

I have already integrated RevMobs in my project. Now I just update it and download new sdk 5.9.0 and follow same step as before and also refer this link RevMob ios sdk But now i can't integrate it and while importing header file #import…
Harin
  • 867
  • 11
  • 23
3
votes
1 answer

How to remove revmob fullscreen ad without press any x button issue

I have successfully integrate RevMob full screen Ads I used full screen ad in a different way for example : when user press play button the full screen ad appears and after 5 sec. it will disappear automatically and redirect to the game. I have done…
Rajan
  • 1,069
  • 1
  • 9
  • 17
2
votes
1 answer

Revmob unity plugin video always in landscape mode

After integrating Revmob unity plugin, I have created media id in their admin portal for Android and iOS apps. Then configured media id in unity and everything is setup. Took build for Android and while running, I am always getting Video ad in…
Kenshin
  • 1,030
  • 2
  • 12
  • 41
1
vote
1 answer

Integrating Revmob into SpriteKit Swift game

How would you go about integrating Revmob ads into a SpriteKit Swift game. I tried following the same tutorial Revmob has for Swift apps but it was not the same as a SpriteKit game in Swift. SpriteKit games in Swift for some reason do not allow you…
PoKoBros
  • 701
  • 3
  • 9
  • 25
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 : 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

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
1 answer

PhoneGap Android RevMob plugin ads not showing..

Hi I am new to the Ads Monetization in RevMob.. I am trying phonegap plugins for android and followed this link to implement http://sdk.revmobmobileadnetwork.com/phonegap_cordova.html but nothing is displaying on the screen.. I have tried with their…
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 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

How to convert the testing RevMobAds into production

I m using RevMobAds first time in my app using this code: [RevMobAds startSessionWithAppID:@" "]; [RevMobAds session].testingMode = RevMobAdsTestingModeWithAds; [[RevMobAds session]hideBanner]; RevMobBannerView ad = [[RevMobAds session]…
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
1 answer

Integrate Mobile Ad networks in android app

I am trying to implement following mobile networks admob,revmob,leadbolt and amazon api into my android application.I come to know it is possible to integrate all mobile ad networks in single app by one of the question answered in this forum. But I…
micky
  • 508
  • 5
  • 17
1
2