- Home /
Admob for iPhone?
Hello, I've been working on an iPhone project in Unity 3.5 for iPhone. Now, I'd like to implement some ads, to make a bit of money off a free version. I've seen posts where people say that the AdMob SDK can be integrated in Unity 3D, but I can't seem to find where. Where can I find how to implement the SDK in Unity 3D?
Kind regards, Arne Gevaert
Answer by FreebordMAD · Mar 15, 2013 at 08:23 AM
I have invested much time to add AdMob to my game, but it is REALLY EASY! However I have no Unity only solution, it is rather XCode only solution...
Answer by dannyskim · May 30, 2012 at 08:34 PM
I'm not aware of an official adMob plugin for Unity3D for iOS. There are a few third party solutions available, such as prime31's:
They also supply the greatest support for their products that I've seen around.
Answer by arnegevaert · May 31, 2012 at 08:55 AM
First of all, thank you for your responses.
TheFOL: That forum post definitely looks interesting, but in the installation instructions, they talk about Android implementation only. Is this possible for iPhone too?
Daniel Kim: I've stumbled upon Prime31 before, and it definitely looks appealing and extremely user friendly, however I'd like to search for a maybe less user friendly but free way, but if I don't find anything free, this is definitely my backup plan.
If you're familiar with writing in OBJ-C at all, then making a plug-in for your own purposes isn't entirely too hard... I've done it with about 4 or 5 graphical plug-ins on iOS, that are relatively easy if the developer made their SD$$anonymous$$ well.
You may want to consider looking for free iOS plug-ins and looking at their code to deter$$anonymous$$e how to talk to native, set up your native calls, declare your UIViews, etc... take for example:
http://forum.unity3d.com/threads/122681-Free-facebook-Plugin-for-Unity-iOS
If you also take a look at Ad$$anonymous$$ob's integration tutorial directly into XCode, this should help get you started before you start writing your own native call code:
https://developers.google.com/mobile-ads-sdk/docs/ios/fundamentals#incorporating