如果我的赞助商使用 iAd,我可以在我的应用程序中添加广告吗

发布于 2024-11-07 12:19:53 字数 125 浏览 0 评论 0原文

对于我的应用程序,我可以使用 iAd 单独显示赞助商的广告吗?

例如:“X”已同意赞助我的应用程序。那么我可以在我的应用程序中单独添加“X”的广告吗? 我对通过我的应用程序显示的广告有任何控制权还是由 Apple 决定?

For my app can i display ads of my sponsor alone using iAd?

for eg: "X" has agreed to sponsor my app. So can i add ads of "X" alone in my app?
Do i have any control over the ads shown through my app or is it decided by Apple?

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

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

发布评论

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

评论(2

若水微香 2024-11-14 12:19:53

Apple 允许您决定从横幅中排除哪些广告商(即,如果您的竞争对手也通过 iAd 投放广告),但目前无法定义一组“接受的”广告商。只能定义一组“排除的”广告商。

您应该迁移到不同于 iAd 的另一个广告库/平台。

Apple lets you decide which advertisers exclude from the banners (i.e. if you have competitors that are advertising through iAd too), but at the moment there is no possibility of defining a set of "accepted" advertisers. Only a set of "excluded" advertisers can be defined.

You should migrate to another advertising library/platform different from iAd.

流心雨 2024-11-14 12:19:53

http://code.google.com/mobile/ads/docs/ios /fundamentals.html

使用此链接

并使用

[bannerView_loadRequest:[GADRequest 请求]];

此代码替换为

GADRequest *request = [GADRequest request];

[request setTesting:TRUE];

[bannerView loadRequest:request];

检查并重播

http://code.google.com/mobile/ads/docs/ios/fundamentals.html

use this link

and use

[bannerView_ loadRequest:[GADRequest request]];

this code is replace by

GADRequest *request = [GADRequest request];

[request setTesting:TRUE];

[bannerView loadRequest:request];

Check it and replay

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