Questions tagged [mobclix]
42 questions
0
votes
1 answer
Need help with Moclix ads
I have some questions about Mobclix:
I integrated some ads in my app and i can succefully see the test ads.
1: The Mobclix declaration in the manifest requires an application ID:

yogi
- 1,327
- 2
- 12
- 33
0
votes
1 answer
Android mobclix ad pops up without clicking on it
So I'm using the latest mobclix library to display ads on my app. Something new that has started happening is that sometimes when initializing the ad bar I get pop-ups (from vdopia) without clicking on the bar. I'm thinking that this is just the…

user621713
- 13
- 5
0
votes
2 answers
Android LayoutParams Problem - View always up top
I'm trying to put a mobclix ad banner in a cocos2D game. I have the ad banner showing up on top of the openGL view. However, I can not figure out how to place it at the bottom of the screen which is what we want. The example from mobclix shows…

kstrat2001
- 21
- 1
- 5
0
votes
1 answer
Mobclix 4.1 SDK and iOS 3.x? Where can I download 4.0.3 SDK?
I'm trying to add Mobclix Support into my app, and I don't want to make the app only accessible by iOS 4 devices, so I'm not using iAds, but I need to know how I can get the Mobclix 4.1 SDK to work in my iPhone app for 3.x devices. If it is not…

Hank Brekke
- 2,024
- 2
- 24
- 33
0
votes
1 answer
Mobclix won't turn on? (error code -9999999)
I've set up Mobclix according to this guide (which is the same as Mobclix_SDK_iOS_61x_Guide.pdf in the SDK zip file)
https://developer.mobclix.com/help/advertising/quick
I've created an application ID, and added the following code to my AppDelegate…

Zack Morris
- 4,727
- 2
- 55
- 83
0
votes
0 answers
Mobclix for Android
I have MyApp_240x320.apk and MyApp_480x800.apk. I integrated Mobclix to the 240x320 version, works as expected. But the same integration for 480x800 shows nor ads, neither errors in the console. What maybe the problem?

Roman
- 2,079
- 4
- 35
- 53
0
votes
1 answer
Error while adding "Mobclix 6.0.0"
I want to integrate Latest iOS 6 supported sdk in the application.
but when i delete old sdk and add latest sdk "Mobclix SDK 6.0.0" in
my app then it is giving following error. Will you please explain
what should i do to fix this?
Undefined symbols…

Iqbal Khan
- 4,587
- 8
- 44
- 83
0
votes
1 answer
ios smart banner ads by adwhril or mobclix
I am developing a free app in which i have iAds integrated currently. To maximise my earning I wanted to integrate mobclix or adwhril, I want to integrate smart banners like iAds but with both services I couldnt find smart ads option.
Can somebody…

Sam Woodbury
- 33
- 5
0
votes
1 answer
android libgdx mobclix no show
Please help me figure out why not see ads. tried to run on the emulator and real device. log file from the link below, although it seems nothing useful
https://docs.google.com/open?id=0B6aJ6H5VNJ4XSlNGem84T3EyV1E
public class GameActivity extends…

Vladimir
- 157
- 2
- 16
0
votes
1 answer
iAd + mobclix separate integration
I am new in the ad-sector, I have programmed two little ios games to test how useful ads are
and which revenue they earn.
And I am very impressed, about the performance, and so I would like to sell a free version of my 5 months old Music-App, to…

marigold
- 3
- 3
0
votes
1 answer
Mobclix Ads not showing in subviews
I have added Mobclix Ads successfully to my app but its showing in first view only and not showing in subviews . I tried a lot but I am not getting the solution.
If anyone can help me please reply
Thanks in advance.

deepti
- 206
- 2
- 15
-1
votes
4 answers
How to fix the warning: view is not in the window hierarchy
I'm using the standard setup procedure for Mobclix in an iOS app and I'm calling the requestAndDisplayAdFromViewController: method from within viewWillAppear:
- (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
…

hanumanDev
- 6,592
- 11
- 82
- 146