我在使用 Java 的同时使用 robovm 开发 iOS 游戏。
我正在尝试使用 Mopub 的 ios-robovm-bindings ( https://github.com/BlueRiverInteractive/robovm-ios-bindings/tree/master/mopub ) 将 inmobi 横幅广告集成到我的应用程序中,但到目前为止还没有成功。
我不断收到此消息:
Oct 12 22:00:59 Asafs-iPhone IOSLauncher[5113] <Warning>: MOPUB: Looking for custom event class named InMobiBannerCustomEvent.
Oct 12 22:00:59 Asafs-iPhone IOSLauncher[5113] <Warning>: MOPUB: Requesting InMobi banner
Oct 12 22:00:59 Asafs-iPhone IOSLauncher[5113] <Warning>: MOPUB: Failed to create an inMobi Banner with invalid size {7.1806318e-37, 5.9439283e-15}
我已经通过使用我的 inmobi“app_id”输入自定义事件类和自定义事件类数据对 Mopub 的 Web UI 进行了更改。
我还需要添加尺寸吗?如果是这样,如何?
我将非常感谢解决此问题的任何帮助。