我正在尝试在Appcelerator Titanium Alloy应用中显示视频广告。我目前正在使用Millenial Media。我在那里使用了模块https://marketplace.appcelerator.com/apps/791?816777609,但它似乎不适用于iphone 5或Ipad Retna。我查看了发行说明,当它们现在处于5.1时,它是使用4.X SDK构建的。我假设这是主要问题。还有其他选择吗?有没有人找到一种不同的方法让这个工作?
谢谢, 麦克
答案 0 :(得分:1)
您可能必须创建自己的模块(它真的不那么难)。
首先,从admob module and see how they integrated it.开始他们所做的只是将GADBannerView包装在TiUIView中,然后为每个实例请求广告。
Then integrate this tutorial on BannerAds from millenial media.基本上,您只需要为GADBannerView
交换MMAdView
,为MMRequest
交换GADRequest。