Questions tagged [mobfox]

33 questions
81
votes
8 answers

Set View Width Programmatically

I am trying to set the width and height of a view in code to show an ad for a free app I am working on. All of the UI is done in XML with the exception of this ad. Here is the code that displays the ad. It is in onCreate. AdView adView = new…
Jason Crosby
  • 3,533
  • 4
  • 28
  • 49
9
votes
5 answers

Reference to ' ' is ambigous error in Xcode

I was working with a custom iOS framework project in Xcode.There I am getting a lot of errors mentioning "Reference to ' ' is ambigous".I am attaching the screenshot of errors.Please help me correcting this.
Vork
  • 746
  • 2
  • 12
  • 34
2
votes
0 answers

Integration SDK video ad Mobfox

Thank you for advance. I use Mobfox integration SDK for video ads. I get this error in eclipse : FATAL EXCEPTION: main java.lang.NoSuchMethodError: Landroid/support/v4/content/ContextCompat;.checkSelfPermissionat…
elgrama
  • 21
  • 2
2
votes
1 answer

Madserve SDK android: Display Interstitial ad at center and adding close button to in

If anyone used Madserve SDk for android then do suggest answer. I am using open source madserver SDK for android devices, Which Fetch ad from madserver host. Its an open source project but no one is replying on its form or github. I stuck in SDK to…
Straw Hat
  • 902
  • 14
  • 38
2
votes
0 answers

Cannot display Mobfox ad on iPad using Google Admob Mediation

I was able to integrate Mobfox (Adapter v4.1.0) using Google Admob Mediation (v6.2.1) on iPhone (the ad show and I can tap on it). But on iPad, nothing appear as I get the following error : Error Domain=com.google.ads Code=9 "Request Error: No ad to…
Jeremy
  • 248
  • 4
  • 12
1
vote
0 answers

BasicNetwork.performRequest: Mobfox integration

i have a problem with implementing the mobfox code into my application. Its 502 Bad Gateway The server was acting as a gateway or proxy and received an invalid response from the upstream server. The error as i think is in: public void…
1
vote
1 answer

MobFox and InMobi ads don't display in AdMob on iOS

I'm trying to add AdMob mediation to my iPhone/iPad app, AdMob ads are displaying but no MobFox or InMobi ads are showing. I think I did everything as per instructions on both networks but still all I can see are AdMob ads. So what I did: I added…
Mara Jade
  • 11
  • 1
1
vote
1 answer

Mediation Admob with Mobfox

This my code for showing Ads Mobfox.
1
vote
1 answer

Banner Ads: best practices regarding refresh

In my app, I have a banner ad which shows at the top of the screen at certain times (main menu and scenes that are inbetween levels, end of game etc.... basically, anything that is not actual gameplay). I'm using the MobFox SDK and I'm using…
Zippy
  • 3,826
  • 5
  • 43
  • 96
1
vote
1 answer

MobFox very low CPC and no eCPM control anywhere

i'm using MobFox succesfully but i'm observing a very low CPC, less than 0,01$ and i think this is not a normal working. The support from them they do not give me any answer for this. I want to increase it by mediation, and MobFox says that you can…
Billyjoker
  • 729
  • 1
  • 10
  • 31
1
vote
0 answers

add banner with mobfox

In my xml i have write this code and i have use the publisher id test :
Gioele
  • 83
  • 1
  • 11
1
vote
1 answer

Mobfox - Banner Internet Connection

I'm trying to add a banner using Mobfox in my App. Following the guide provided by Mobfox I add this code into MainActivity.java in onCreate method: layout = (RelativeLayout) findViewById(R.id.rel_lay); if (mAdView != null) { mAdView = new…
Gimmy88
  • 295
  • 2
  • 5
  • 13
1
vote
2 answers

Allow Landscape and Portrait but force app to remain in Portrait - iOS

I have an app that is designed to run in portrait and all is well. However I have implemented Mobfox's vAds which require landscape mode. At present I get the following error when the vAD is called 2013-01-08 23:44:05.109 Tv - IOS[1422:907] mobfox…
Tom
  • 2,358
  • 1
  • 15
  • 30
1
vote
1 answer

Implementing mobfox and admob in the same app

I have an application with MobFox and AdMob. If the MobFox ads are not showing, the AdMob ads appear. I have recently upgraded the android sdk to 20 and apart from the many many errors and the slowed down eclipse, mobfox showed me a lot of errors. I…
erdomester
  • 11,789
  • 32
  • 132
  • 234
1
vote
2 answers

Adding MobFox to AdMob on Android

I am confused as to what is required here. I have signed up with MobFox and been approved, and I have added MobFox to my AdMob mediation, but MobFox says that it is not receiving any requests. Is there more that I have to do here. MobFox has a…
Philip Sheard
  • 5,789
  • 5
  • 27
  • 42
1
2 3