Apple 的 iAd 示例代码未按预期工作

发布于 2024-11-07 06:39:48 字数 479 浏览 5 评论 0原文

我正在尝试在我的应用程序中实现 iAd,并为此编写了所有必需的代码...但是由于我和我的朋友未知的原因,我的代码无法正常工作,并且我无法在我的应用程序中看到 iAd。甚至苹果有关 iAd 的示例代码也无法在我的 Mac 上运行。当从另一个位置在另一个系统上运行时,相同的代码绝对可以正常工作。在过去的三天里,我和我的朋友们都为此摸不着头脑。我发布了从两个不同位置和机器运行的相同代码的两个屏幕截图......我使用的是 X-code 版本 3.2.5、SDK 版本 4.2、Mac 版本 10.6。

感谢任何类型的所有输入.... 来自其他位置和系统的输出

在此处输入图像描述

sdk 信息

I am trying to implement iAd's in my app and written all the required code for this... But for reasons unknown to me and my pals, my code is not working and i am not able to see the iAd's in my app. Even sample code from apples regarding iAd's is not working on my mac. The same code worked absolutely fine when ran on another system from another location. me and my pals are scratching our heads due to this from the past 3 days. I am posting two screenshots of the same code ran from two different locations and machines.... i am using X-code version 3.2.5, SDK version 4.2, Mac version 10.6.

All the inputs of any kind are appreciated.... output from other location and system

enter image description here

sdk information

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

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

发布评论

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

评论(1

彼岸花ソ最美的依靠 2024-11-14 06:39:48

在 iPhone 模拟器上测试 iAd 时,您将为每个 iAd 请求获得一些正面和负面的反馈。这样做是为了让您能够测试收到广告和未收到广告时会发生什么情况。

一般来说,如果您启动该应用程序几次,您应该能够看到广告几乎出现一次。

否则,为了更好地调查问题,您应该发布应用程序中的一些示例代码,以了解如何实现委托方法来处理 iAd 事件。

When testing iAd on your iPhone simulator you will obtain a couple of positive and negative feedbacks for each iAd request. This is made to give you the possibility to test what will happen when you receive an ad, and when you do not receive it.

Generally, if you launch the application a couple of times, you should be able to see the ads appear almost once.

Otherwise, to better investigate the problem, you should post some example code from your app, to understand how you implemented the delegate methods to handle iAd events.

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