how to integrate InMobi in cocos2d game? - cocos2d-iphone

Can i integrate InMobi in cocos2d game? I integrated InMobi in UI Game but i don't know how to integrate the InMobi in cocos2d game? Any one tell me if any tutorials.
Thanks.

I work for InMobi. All of our iOS tutorials are available at
http://developer.inmobi.com/wiki/index.php?title=InMobi_SDK_3.7_for_iOS
There shouldn't be any problems integrating with Cocos2D

Related

UI using OpenGL ES in BB10

I want to draw button, menu etc. (UI related things) using OpenGL ES in BB10.
How I can accomplish this task?? Any source code reference, tutorial or developer guide will be highly appriciated.
Thanks for your help.
Check the Gameplay - the open-source cross-platform 3D engine that is aimed at the indie game developer ecosystem. It also comes with the UI components.

How to integrate cocos2d game and game center

Im a beginner programmer and was wondering how to integrate my coco2d game and gamecenter?
Check ray wenderlich tutorials http://www.raywenderlich.com/3276/how-to-make-a-simple-multiplayer-game-with-game-center-tutorial-part-12
You are probably not looking for making a multiplayer game but how to integrate Achievements/Leaderboards (Game Center) ...
I've answered this before on another question:
Integrate Gamecenter in cocos2d game
;-)

how to create moving background using cocos2d

I am creating a game where I need to keep my background moving. Like in game canabalt.
I am developing this game on ios platform. can i do this using cocos2d? if yes how to do it?
Thanks in advance..
i have did this by using Ray's tutorial on game development.
i introduced various objects in background and positioned them on time interval.

iADs in cocos 2D

Hello i'm new to cocos 2D and am thinking about implementing iADs in a new app i'm working on. I'v used iADs before and know the framework pretty well but i know that cocos 2D works in Layers and not views and am a little confused on how to implement them in my app. Can someone please walk me through just how to get them to show up i'm completely confused by other tutorials. Thanks
How about this tutorial?
Implementing iAd on Cocos2d Application
This tutorial is also helpful.
Integrate cocos2d and UIKit

cocos2d game develop

i am new to cocos2d technology. I want to develop game. I need some idea about level of difficulty. Also i want to know about project type whether this game need to be develop in CoCos2d BOX2d application or simple cocos2d application.
This is game link : http://www.mindjolt.com/games/super-balance
Please provide me guidance for the same..!
Waiting for reply
Thank you,
I would recommend you to use Box2D and create a 2D gravity world (that is the part where you need Box2D). then learn Box2D from Ray ( http://www.raywenderlich.com/475/how-to-create-a-simple-breakout-game-with-box2d-and-cocos2d-tutorial-part-12 ).
learn Box2D and you will see how to implement it into this game ;)