i'm trying to put iAd into my unity 1.7 basic game
all my forum searches yeild that there's a plug in for unity 3, but i want to get iad running on my game in the curent stable release of 1.7.
i'm trying to follow the instructions in the iAd programming guide by apple and i don't really understand objc and whats' goign on enough to do it.
there's something about attaching it to a view
when i try to put the code in the AppController :
i get a compile error:
2.6.1/Classes/../../Assets/Editor/OpenFeint/Xcode/AppController+OpenFeint.mm:658: error: request for member 'view' in 'self', which is of non-class type 'AppController*'
can anyone help? does anyone have a running code for 1.7 basic that they can share?