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

How can I check whether a Revmob Session has started or not?

I have integrated RevMobAds in my app. How can I check whether a RevMob session has started or not? In the AppDelegate : - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [RevMobAds…
NITHIN S
  • 231
  • 1
  • 2
  • 6
2
votes
1 answer

Facebook and Revmob

I'm integrating revmob and facebook sdk 4.3.6 in my project. When thing is working perfect but when user close fullscreen ad and not already logged in facebook. Facebook activity throws exception and game crashed. Caused by:…
2
votes
1 answer

how to find when ad has been closed Revmob cocos2Dx

I'm trying to implement Revmob into my cocos2Dx game and I need to check that the ad has been closed but there is no documentation on how to do that. Does anyone know how to see if the ad has closed? I also saw a mention to a listener in the…
0C3D
  • 348
  • 3
  • 11
2
votes
1 answer

RevMob fullscreen ad crashes on iOS

If I tap on a fullscreen ad and close it before the ad has time to open Safari or the AppStore the app crashes, with the following error: [RevMob] Initializing Fullscreen. [RevMob] Ad received: (200). [RevMob] Fullscreen clicked. [RevMob] Loading…
JHSnows
  • 431
  • 1
  • 6
  • 14
2
votes
1 answer

Revmob in ios application - How to tell if user installed app

I am converting my app to use RevMob. I would like to implement code that informs me if the user actually installs the app that was advertised by Revmob? Can someone point me in the right direction.. I don't see anything in the SDK…
edhnb
  • 2,122
  • 3
  • 24
  • 38
2
votes
1 answer

Crash with RevMob on iOS

I recently upgraded the RevMob SDK of my cocos2d project, using Xcode 4.5. Below is a code to show what I have done: #import #import - (void) applicationDidFinishLaunching:(UIApplication*)application{ …
Sufian
  • 6,405
  • 16
  • 66
  • 120
2
votes
2 answers

Revmob Ads in IOS Application

I am trying to integrate Revmob Ads in my IPhone Application but after two or three time, i am getting time out message in my console and after it nothing is happening even if i place NSlog in delegate function. Can any one help me to solve issue of…
Hindu
  • 2,894
  • 23
  • 41
2
votes
2 answers

How to initiate revmob banner ad with exact frame and placement ID?

I tried using the suggested code from RevMob to show a banner ad with a specific placement ID without success, tried this code: RevMobAds *revmob = [RevMobAds revMobAds]; RevMobBanner *banner = [revmob…
StiNg
  • 37
  • 1
  • 5
2
votes
3 answers

Cocos2D with new RevMobAds framework

Integrated new RevMob.frmework in Cocos2D games. Now getting many compilation error in my Cocos2D 1.0 game and only linker error in other cocos2D 2.0 game. In Cocos2D 2.0, Linker errors are: "_SKStoreProductParameterITunesItemIdentifier",…
Guru
  • 21,652
  • 10
  • 63
  • 102
1
vote
0 answers

Revmob ads not showing

I have problem on Revmob. I want to add revmob banner ads on my project but it doesn't show anything. Please help me to find-out my mistake. My MainActivity.java package com.test.project; import android.util.Log; import…
Shubham
  • 25
  • 1
  • 1
  • 9
1
vote
0 answers

Revmob - reconnecting to the server

I am developing a game and I decided to place my ads with Revmob(if you have a better company go ahead and share with, I tried admob but google is very strict and they banned my account for nothing so I am afraid my money will get locked). Though…
cooldood
  • 145
  • 9
1
vote
1 answer

Restart Revmob Session - If no connection and then got connected

I have an adobe AIR AS3 application for both Android and iOS. I have implemented all the necessary code with the help of revmob's great technical support team. My problem now is if the user originally was not connected to a wifi or cellular network,…
Elias Rahme
  • 2,226
  • 3
  • 28
  • 53
1
vote
1 answer

How to show banner ads in fragment Revmob?

I would like to show banners in a fragment instead of an activity, how can I do this? My Fragment: Variables: RevMob revmob; Activity currentActivity; Functions: My Code: public void startRevMobSession(){ currentActivity = this; revmob =…
1
vote
1 answer

Revmob ad only showing up one time

This is my code, used to show an ad every 3 times the user performs an action: if ([[NSUserDefaults standardUserDefaults] integerForKey:@"showAd"] % 3 == 0) { [RevMobAds startSessionWithAppID:@ID withSuccessHandler:^{ …
fabdurso
  • 2,366
  • 5
  • 29
  • 55
1
vote
0 answers

black bar at bottom Revmob ad android

I am using revmob banner ad in my app. The problem I am facing is: Before banner display at bottom of layout view "Black bar is showing" when i click it hides or remove from the view. I don't know why. Please tell me how to solve this issue. Code is…
Aamir
  • 141
  • 1
  • 9
1
2
3
9 10