Hi,
I am writin my application using cocos2d
I am using xcode 4.0 version.
I downloaded latest version of Mobclix SDK 4.0.4. I have the application id and entered it in to plist.
I followed the documentation of Mobclix and did according to it. But the control is not entering in to ViewController class. I kept the break point at [Mobclix start];
When I get in to it it is displaying error in debugger
GDB:Error:Xcode could not locate source file: Mobclix.m(line:20) I searched for Mobclix.m fileto add but could not find it.
I need to check how the add displays in iPhone.
I checked the forum of Mobclix and for testing purpose the solution suggested was to change the application id to "insert-your-application-key"
MCApplicationId: insert-your-application-key
When I removed breakpoint the the application is running. But, the add (provided by Mobclix for testing purpose) is appearing before my Game starting scene. Then it is not shown again.
How can I place the add like banner at top or bottom of the iPhone ?
Thank you.