How do I incorporate iAd into my Flash application?
I was working on a simple game app using Xcode, but when I saw that image manipulation is much easier using the Flash SDK, I reprogrammed the game using Flash.
Unfortunately, I don't know how to incorporate iAds into my Flash iOS app. I tried searching on Google,开发者_JS百科 but all I got were references to the ongoing battle between Apple and Adobe.
I appreciate any tips - thanks in advance!
I have written a sample for iAds Native Extensions(Introduced newly with AIR 3) that will let you insert iAds in your flash game. You can try http://code.google.com/p/iad-air-ios/
To implement Apple's iAd, I found a nice way using the native extension in Air3. There are a few tutorials/articles on Native extensions floating around.
Adobe has a page with its Native extensions for download.
http://www.adobe.com/devnet/air/native-extensions-for-air.html
精彩评论