Questions tagged [revmobads]

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

ChartBoost Ads Halting Screen

Chartboost ads Loading activity halts the screen for long time to load the interterestial.I want to know how to remove this loading scene from chartboost ,so that the I can move into my app inside the other activities @Override protected void…
rishiPlus
  • 77
  • 8
0
votes
1 answer

Issues while adding Revmob Full Screen Ads in Corona

I have added full screen Ads in my application but when i click on the cross button on the full screen Ads to close the Ads page and simultaneously click on the Ads Page to open the test window it sometimes gives error message attempt to call method…
user2588337
  • 71
  • 1
  • 12
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

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

Appirater popups not work when RevMobAds's fullscreen ads is behind it

In my app I used Appirater and Revmobads.Both work fine individually.When Appirater give me alert and I choose to rate app it will open appstore view perfect but when there is Revmob's FULLSCREEN are there and on that Appirater popups ALERT then…
Harin
  • 867
  • 11
  • 23
0
votes
1 answer

iOS [RevMobAds startSessionWithAppID:] Crash

I am trying to integrate RevMobAds into my iOS application. It is crashing on the very first line, [RevMobAds startSessionWithAppID:@"myAppID"]; How to solve this issue? I followed the instructions given here: http://sdk.revmob.com/ios.html. I am…
EmptyStack
  • 51,274
  • 23
  • 147
  • 178
-1
votes
1 answer

IOS::Revmob ads integrating into our Project

When I click the RevMob ad banner I get the following screen. Does it mean it is working or not? In Dashboard I generated with "On With Ads". I have written this code for RevmobAds::: [RevMobAds startSessionWithAppID:@"54b9fdbcf47abad967fa6530"]; …
Ravikumar
  • 85
  • 1
  • 16
1
2