Questions tagged [mobclix]

42 questions
4
votes
1 answer

Performance issues in Phonegap iOS game after Ads + Flurry integration

I am developing a game using PhoneGap iOS. I integrated Ads in it using Mobclix as well as iAds. Also I integrated Flurry in the game for analytics. But after integrating Ads in the game I am facing some performance issues in the game on some…
AmitSC
  • 41
  • 3
3
votes
1 answer

Integrating iAd and AdMob through Mobclix on iPhone

I am a bit confused about what to do. I have installed Moblicx SDK 4.4.4. I read here (http://blog.mobclix.com/2010/07/13/mobclix-ios-sdk-4-1-now-available/) that nothing special is necessary to implement iAd and AdMob, just enable iAds and add the…
girly
  • 71
  • 2
  • 7
3
votes
2 answers

App Crash on iOS 5

I have been using Mobclix in my application and haven't experienced any issues until yesterday when I received a crash report from TestFlight which appears to have been caused by Mobclix. I was wondering if anyone could shed any light on the…
3
votes
2 answers

Mobclix Ads not showing in android

I read the official docs and tried to integrate MobClix Ads in my App but I am not getting any Ads. AdMobActivity.java import com.mobclix.android.sdk.MobclixMMABannerXLAdView; import android.app.Activity; import android.os.Bundle; public class…
swiftBoy
  • 35,607
  • 26
  • 136
  • 135
2
votes
1 answer

How to programmatically check whether Mobclix advertisement is running or not?

I have used the MobClix for ad in my app. Now I want to check whether the advertisement is there or not, programmatically, so that i can put hard coded image instead the ad. How can I check it?
Rohan
  • 2,939
  • 5
  • 36
  • 65
2
votes
0 answers

Axonix (Mobiclix) Error code 999999

I am implementing axonix Advertisement in android. I am right adding banner ads but I failed to load with error code 999999. I am not able to find error code description anywhere. If anybody come across this error please help me. I have added code…
Vishal Butani
  • 356
  • 4
  • 12
2
votes
0 answers

How do I avoid mobclix autoplaying fullscreen ads?

We're developing an app using mobclix to provide advertisements. Our android version works as desired, but our iOS version occasionally gets fullscreen (I believe they call them interstitial) ads showing up without clicking on the ad banner. This…
ctrl_phil
  • 319
  • 1
  • 7
2
votes
1 answer

Crash In TapJoy Interstitial Ad

When I had integrated TapJoy Interstitial ad it was working fine. But now, I have a mechanism that if Tapjoy fails to gives ad, I rollover to some other ad network like adMob, Mobclix, etc. The problem is that the rolling over mechanism is working…
Saurabh Verma
  • 6,328
  • 12
  • 52
  • 84
1
vote
2 answers

MonoTouch bindings for ad network that has full screen ads?

Are there any MonoTouch binding for an ad-network with full screen ads? The only one I have found is AdMob which doesn't have the full screen ads. Options are (among many) Greystrype and MobClix but haven't seen any MT bindings. Related question…
Christer Nordvik
  • 2,518
  • 3
  • 35
  • 52
1
vote
1 answer

How to cancel mobclix full screen ad in android

I am developing an android application in which I have to show a full screen ad using mobclix. I have followed the mobclix site for devlopers. I can show the ad also. But the real problem is it does not have any cancel option ( so that i can load…
Dinesh Sharma
  • 11,533
  • 7
  • 42
  • 60
1
vote
1 answer

Empty space in Android app when using Mobclix

I use Mobclix in android app for advertising. How I can remove empty space when AD does not showing?
skkap
  • 338
  • 2
  • 12
1
vote
0 answers

preloading ad view

i have aplication with a very short lifespan. in most cases a services pops a activity and the user reacts within a few seconds and dismisses the poped activity. In this activity i show a mobclix advertisment. But loading of this takes about 5…
arnold
  • 455
  • 1
  • 8
  • 19
1
vote
1 answer

Ads in whole app iPhone problem

I am using mobclix together with admob. The code is to big to add it in all classes. So i created a new class: Ads Everytime i want an ad in a view, i have to send the view to the ad class: - (void)initAd:(UIView *) pView { NSLog(@"ads…
lars
  • 11
  • 1
1
vote
1 answer

mobclix does not show any ads,failed to load ads with errorcode 503 and 999999

I am developing android application in which i want to use Mobclix to serve ads. I have download the Mobclix SDK along with its sample project. I have replace the App_Id in sample project with my App_Id but it does not show any ads(not even test ads…
dd619
  • 5,910
  • 8
  • 35
  • 60
1
vote
1 answer

Mobclix implementation methods conflict Xcode 4.5

Im implementing Mobclix in my app but got 2 method conflict warnings: instance method 'mcScanCStyleComment:' in category from /Users/user/MyFolder/Myapp/Mobclix SDK/libMobclix.a(MobclixController.o) conflicts with same method from another…
Marcos Reboucas
  • 3,409
  • 1
  • 29
  • 35
1
2 3