如何在 iPhone 上添加全屏 iAd?

发布于 2025-01-05 20:44:32 字数 93 浏览 0 评论 0原文

当用户单击按钮时,我希望在用户继续之前显示全屏 iAd。

我可以创建弹出视图,但如何用 iAd 填充整个视图? (例如,就像在wordfeud中所做的那样)

When a user clicks a button, I want a full screen iAd to appear, before the user can continue.

I can create the popup view, but how do I fill the whole view with an iAd? (e.g. like its done in wordfeud)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

殤城〤 2025-01-12 20:44:32

ADInterstitialAd(或全屏 iAd)仅适用于 iPad。您无法在 iPhone 上使用它。

来自 iAd 编程指南

全屏广告仅适用于 iPad

请查看该指南,了解如何在 iPad 上实现全屏 iAd。

ADInterstitialAd (or full screen iAd) is only available for the iPad. You can't use it on the iPhone.

From iAd Programming Guide:

Full-Screen Advertisements are Only Available on iPad

Have a look at that guide to see how to implement full-screen iAds on the iPad.

乖乖公主 2025-01-12 20:44:32

使用 ADInterstitialAd 类。您可以使用 -presentFromViewController: 从另一个视图控制器(例如您的主游戏板)呈现它,或者使用 -presentInView: 在现有视图中呈现它。

Use the ADInterstitialAd class. You can present it from another view controller (e.g. your main game board’s) with -presentFromViewController:, or within an existing view with -presentInView:.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文