Questions tagged [mobclix]
42 questions
1
vote
1 answer
Mobclix ADs inside Unity3D
I have lost much time solving this problem, and looks like I'm back at the beginning.
I want to run the full screen ADs from the Mobclix inside my Unity3D game. I found many tutorials but I can't get any of them working.
As far as I know, there are…

Tom
- 679
- 1
- 12
- 29
1
vote
1 answer
Mobclix fails with code -1006
I am having problems with Mobclix demo. I have changed my ip and ran the demo but no ads are showing. On my profile I have enabled all ads networks and they are enabled few days ago but no ads are showing except when I set the profile to be on test…

gop
- 2,150
- 5
- 26
- 54
1
vote
1 answer
Android Eclipse can't see library's class
I have around 5 projects in my Eclipse, all of them were working and compiling just fine but since last eclipse and sdk update I've got a strange bug with mobclix and admob libraries:
app is compiling fine without any errors but when I open any…

Dmitry
- 11
- 1
1
vote
1 answer
Mobclix banner NullPointerException?
I am using Andengine for my first game in conjunction with Mobclix and whenever I try to run the app, I get a huge error in LogCat. I have searched absolutely everywhere and I cant seem to find the answer.
FATAL EXCEPTION:…

Nik
- 1,033
- 2
- 11
- 28
0
votes
1 answer
How do you integrate adverts with a Canvas view
How do you integrate adverts with a Canvas view, I am using mobclix, I want the mobclix layout so it appears above the Canvas view. I use the canvas for a game. Can you give code example please.

user997101
- 77
- 1
- 3
- 11
0
votes
1 answer
MobClix ads not showing up
I have created MobClix account, made sure I have filled up all kinds of settings (account, payment everything), Added the app, carefully copied the Application ID. Made sure I have activated Full screen and 320x50 ads on test modes.
Then I followed…

kishu27
- 3,140
- 2
- 26
- 41
0
votes
1 answer
Error in implementing the Mobclix
I want to integrate the Mobclix in my App. I have included all the frameworks and code required for it . I have also spcified the Mobclix AppID properly. But i am getting errors.
Errors are -
Undefined symbols for architecture i386:
…

Rohan
- 2,939
- 5
- 36
- 65
0
votes
3 answers
Ad view not rotating
I have two view controller in my application.
1- TabBarController
2- Ad view Controller
I added the ads just above the tab-bar so that it can be visible for all the views in the tab-bar.
Now my problem is when i add the ad view in the UIWindow then…

Iqbal Khan
- 4,587
- 8
- 44
- 83
0
votes
1 answer
Mobclix Ads are not center alligned?
I am using MobClix for displaying Ads, but some Ads are not center aligned, but they are left aligned. I have set contentMode of the view to UIViewContentModeCenter but it didn't work, How to fix this.
(In the image some white space at the end)

Chandan Shetty SP
- 5,087
- 6
- 42
- 63
0
votes
2 answers
Integrating Ads in a Game
i have a 2D game which has my custom ViewPanel which handles all the drawings (i don't have android Button elements, all my game controls are painted/handled internally).
this is my main.xml:

Alex L.
- 57
- 7
0
votes
1 answer
How to hide MobClix adview while the ad is not filled?
This is my first question on SO so please be gentle.
My layout basically looks like below.
What i want to do is: hide the MobclixMMABannerXLAdView while the ad is not filled.
Is this possible with an linear layout like this? can this be done with…

elgubbo
- 59
- 1
- 9
0
votes
1 answer
Ad Mediators - Requests
I read a blog about how ad mediators make requests to multiple providers simultaneously. Is this true? From the article:
"Mediators request ads from all embedded SDKs simultaneously then discard all but the highest paying impression. The problem…

user472292
- 1,069
- 2
- 22
- 37
0
votes
1 answer
Non destroyable full screen mobclix ads
Id like my full screen mobclix ads to be non destroyable for 2 seconds. Right now users can press the back button on the android phone before the ad even shows up. How can I accomplish this?

Michael
- 25
- 6
0
votes
1 answer
MobClix error for iPhone -503?
I have integrated MobClix to my app, the test adds are working correctly before entering my MobClix application ID, after giving actual MobClix ID i am getting below error.
( I have checked my MobClix applicationID, and also i have enabled only…

Chandan Shetty SP
- 5,087
- 6
- 42
- 63
0
votes
2 answers
Mobclix and Proguard
I'm trying to use Proguard to obfuscate my code. I use Mobclix for advertisements, and when I build my APK it's spitting out an error:
org.eclipse.core.runtime.CoreException: Proguard returned with error code 1. See console
at…

Nick
- 6,900
- 5
- 45
- 66