iAd 钛白色矩形随后消失

发布于 2024-12-20 04:11:35 字数 376 浏览 1 评论 0原文

有人遇到过这种情况吗?我将 iAd 与下面的代码放在钛工作室中,当应用程序加载时显示一个白色矩形,这就是 iAd 应该去的地方,然后它就消失了?

var iads = Ti.UI.iOS.createAdView({ width: 320, top: 100, backgroundColor: 'transparent', zIndex:200 });
t1 = Titanium.UI.createAnimation({bottom:0, duration:750});

iads.addEventListener('load', function(){
   iads.animate(t1);
});

Titanium.UI.currentWindow.add(iads);

Has any one encountered this already ? I put iAd with the code below in titanium studio and when the app loads in show a white rectangle which is where iAd should go thent it disappears ?

var iads = Ti.UI.iOS.createAdView({ width: 320, top: 100, backgroundColor: 'transparent', zIndex:200 });
t1 = Titanium.UI.createAnimation({bottom:0, duration:750});

iads.addEventListener('load', function(){
   iads.animate(t1);
});

Titanium.UI.currentWindow.add(iads);

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

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

发布评论

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

评论(1

怎会甘心 2024-12-27 04:11:35

如果您没有更改任何其他内容(例如切换到不同的 Titanium Mobile SDK),那么这一定是您和 Apple 之间的事情。也许他们的沙箱和你的模拟器之间出了问题。

If you didn't change anything else (like switching to a different Titanium Mobile SDK) then this must have been something between you and Apple. Perhaps something going wrong between their sandbox and your simulator.

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