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

RevMob giving error on CLLocation manager

I am simply adding the revmob nothing. fancy I get this error. Undefined symbols for architecture armv7: "_kCLLocationAccuracyBest", referenced from: -[RevMobDeviceInfo getUserLocation] in RevMobAds(RevMobDeviceInfo.o) …
Alok C
  • 2,787
  • 3
  • 25
  • 44
1
vote
0 answers

How to make Android Unity C# Revmob Ads Appear on the Top of the Screen Instead of the Bottom

The title says it all, right now the ads(by default)are on the bottom of the screen and I want them to be on the top. This is SDK 9.0.0. I don't know if this script matters, but this activates when triggered. public void cargarBanner() { #if…
DollarFish
  • 11
  • 3
1
vote
1 answer

IOS How can I put a remove ads button over a revmob fullscreen ad when it shows?

I am relatively new to objective-c but have built a few small apps. I implemented a revmob fullscreen ad in my app and would like to have a "remove ads" button next to the "X" to capture their attention at the right moment. Any suggestions on how to…
1
vote
1 answer

RevMob - NullReferenceException: Object reference not set to an instance of an object

I have been searching for an answer for 3 days now but cannot seem to find one. Im not an expert coder but have some sort of knowledge in the field. I am trying to incorporate RevMob AD Network into my application but I keep getting this error when…
user4829644
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
1
vote
1 answer

Google play advertising sdk issue

I was checking my developer console and I found a yellow high lighted message on the top of Application list saying : "We have identified a potential advertising ID policy violation with your app(s) , Please review the flagged apps". and I can see a…
Chowdary102
  • 106
  • 2
  • 12
1
vote
1 answer

RevMob and IOS integration

I'm trying to integrate Revmob's Ad Network to my project. I already made all the steps to integrate this as platform. But now I'm having some issues with the login. Here is my code: [RevMobAds startSessionWithAppID:@"APP_ID"…
lyons
  • 89
  • 10
1
vote
1 answer

Undefined symbols for architecture i386 (RevMob)

I tried deleting everything RevMob ads related in my app, i didn't know how to do it properly so i firstly deleted the framework than erased all the line of code related to RevMob but now i have this error that i can fix: Undefined symbols for…
1
vote
1 answer

Getting Revmob banner listener to work in Corona

I am trying to get the banner listener to work in corona so I will be able to know if a user has touched my ad. The first listener works (for the session) but the banner one never returns anything. Any ideas will help. I have been working on this…
Rosenumber14
  • 165
  • 12
1
vote
0 answers

RevMob callbacks don't work but ads still show (Unity)

I'm using the Unity SDK for RevMob, and it seems to show ads just fine when I call revmob.ShowFullscreen(), but I'm not getting any callback functionality at all. Is this an issue with RevMob? I'm using version 7.2.7 of the SDK. Before anyone asks,…
VVander
  • 308
  • 1
  • 4
  • 10
1
vote
0 answers

CreateBanner method not working

When calling CreateBanner () nothing happens on the iOS platform. No SDK callbacks are being invoked. ... RevMob instance = RevMob.Start (applicationIDs, GameObjectName); ... void LoadBannerWithDefaultSize () { #if (UNITY_ANDROID || UNITY_IPHONE) …
georgepiva
  • 874
  • 9
  • 29
1
vote
2 answers

To integrate revmob android in unity

I have a game to develop in unity. But I don't know how to integrate revmob for android application in unity. And I search in Google but didn't got any good answer for this.
user3164777
1
vote
1 answer

RevMob implementation errors

I'm getting these errors when trying to implement RevMob banner and full screen ads into my app. What can I do? Undefined symbols for architecture armv7s: "_SCNetworkReachabilityGetFlags", referenced from: -[BCFAdsReachability…
1
vote
0 answers

setup revmob phonegap android ?

My application is set up with a menu, and 3 pages, no one looks at the menu for more than 3 seconds so it won't have time for the ad to even load, so I'd like to put the pop up when you open one of the 3 pages. I use phonegap and all 3 pages are…
1
vote
1 answer

iOS RevMob with Admob mediation

I am trying to set up RevMob on AdMob mediation using a CustomEvent. I have setup the GADCustomEventBanner custom call in my project and everything is being called correctly. But, the ad is black/blank. The only way I can get the ad to show is…
Tim Walsh
  • 1,089
  • 11
  • 27
1 2
3
9 10