robovm绑定admob iOS libgdx

时间:2015-03-22 08:51:48

标签: ios libgdx admob robovm

我试图在我的iOS libgdx项目中设置我的admob广告,但我在iOS模拟器上看不到任何广告我使用此处的文件https://github.com/BlueRiverInteractive/robovm-ios-bindings 他们是最新的我知道有7.0.0 admob iOS sdks但是绑定是针对较低版本的假设工作......或者不是吗?

任何想法?

或者我可能会使用不同的adnetwork?

<Google:HTML> You are currently using version 6.12.2 of the SDK, which doesn't officially support iOS 8. Please consider updating your SDK to the most recent sdk version, 7.0.0, to get iOS 8 support, including a fix for smart banner rendering in landscape mode. The latest SDK can be downloaded from http://goo.gl/iGzfsP. A full list of release notes is available at https://developers.google.com/mobile-ads-sdk/docs/admob/ios/rel-notes. 2015-03-22 10:41:59.822 IOSLauncher[12856:751391] [debug] com.funkymonkey.game.IOSLauncher: didReceiveAd 2015-03-22 10:42:30.217 IOSLauncher[12856:751391] [debug] com.funkymonkey.game.IOSLauncher: didReceiveAd

1 个答案:

答案 0 :(得分:1)

我也遇到了同样的问题。首先,我下载了谷歌移动广告的最新iOS sdk。然后我在Xcode中创建了一个静态库。然后创建了我自己的绑定。