使用 Baker 在杂志应用程序中实现 iAd 插页式视图
与其他框架不同,baker 框架为提供的每个 HTML 页面创建多个视图。我已经成功地将 iAd 网络实现为横幅,但我想知道是否有人尝试过视图转换之间的全页插页式广告。如果能在页面之间共享实例化 iAd 的代码就好了
Differently from other frameworks, baker framework creates multiple views for each HTML page provided. I habe succesfully implemented iAd network as a banner, but I was wondering if anyone tried out the full page interstitial advertisements between view transition. It would be nice to share the code to instantiate iAd between pages
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Apple iAd 编程指南有一个完整的示例项目,其中包含可完成您所需操作的样板代码。请参阅此处的 iAdInterstitialSuite 示例 -
http://developer.apple。 com/library/ios/#samplecode/iAdInterstitialSuite/Introduction/Intro.html
The Apple iAd programming guide has a full sample project that has boiler plate code for doing what you need. See the iAdInterstitialSuite example here -
http://developer.apple.com/library/ios/#samplecode/iAdInterstitialSuite/Introduction/Intro.html