如果我的赞助商使用 iAd,我可以在我的应用程序中添加广告吗
对于我的应用程序,我可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
http://code.google.com/mobile/ads/docs/ios /fundamentals.html
使用此链接
并使用
[bannerView_loadRequest:[GADRequest 请求]];
此代码替换为
GADRequest *request = [GADRequest 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];
Check it and replay