Corona SDK - 有什么方法可以集成 iAds?
我在 API 中没有看到任何提及它。想知道是否可以以任何方式将广告合并到 Corona 游戏中。
I don't see any mention of it in the API. Wondering if it's possible to incorporate ads in any way into a Corona game.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您的标题询问是否有任何方法可以将 iAds 集成到 Corona SDK 中 - 目前答案是否定的。但我相信 Ansca Mobile 正在努力解决这个问题,所以我预计迟早会看到它。
正如 jhocking 指出的那样,有多种方法可以让 Admobs 在 Corona SDL 应用程序中运行,效果相当好。
Your title asks if there's any way to integrate iAds in Corona SDK -- the answer to that is no, at this time. But I believe Ansca Mobile is working on that so I expect to see it sooner or later.
As jhocking points out, there are ways to get Admobs to work in Corona SDL apps that work fairly well.
如果您需要将第三方 SDK 集成到基于 Lua 的框架中,请查看 Moai 游戏开发 SDK,网址为 http://getmoai.com
Moai 是开源的,因此您可以集成您需要的任何内容。
If you need to integrate third party SDK's into a Lua based framework, check out the Moai game development SDK at http://getmoai.com
Moai is open source, so you can integrate anything you need.
iAd 的填充率远低于预期,因此并不是巨大的损失。 AdMob 可以通过涉及网络视图的技巧来使用:
http://www.ludicroussoftware.com/tag/corona /
The fill rates on iAds are far below expectation so they aren't a huge loss. AdMob can be used via a trick involving web views:
http://www.ludicroussoftware.com/tag/corona/
现在 Carona 允许您实施广告,而且并不那么难。
以下是一个示例:
corona-admob-example
Now Carona allows you to implement ads and is not so hard.
Here is an example:
corona-admob-example