如何关闭 Apple 的 iAds 网络?

发布于 2024-10-20 20:12:30 字数 109 浏览 3 评论 0 原文

我的应用程序中有 Apple 的 iAds。现在我已经把它们删除了。但是我在 itunesconnect 中找不到“关闭”开关。 我不希望我的应用再接收广告。我该怎么做?

I had Apple's iAds in my app. Now I've removed them. However I'm having trouble finding a "turn off" switch in itunesconnect. I don't want my app to receive ads any more. How can I do this?

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

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

发布评论

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

评论(2

小瓶盖 2024-10-27 20:12:30

除非您有远见地设计您的应用程序,以便您可以告诉它开始拒绝广告,否则您不太可能在当前的应用程序版本中关闭广告。您能做的最好的事情就是从应用程序中删除 ADBannerView 的任何实例,重新构建并发布更新。

我从未尝试过关闭 iAds,事实上,这个问题长期以来一直没有得到解答,这表明这是一种不寻常的情况。您可以致电 Apple 开发者关系部:1-800-633-2152(美国),看看是否可以使您的协议失效或采取其他措施来导致 Apple 停止向您提供广告。

Unless you had the foresight to design your app such that you can tell it to start refusing ads, it's unlikely that you can do much to turn the ads off in versions of the app that are currently out there. The best you can do is to remove any instances of ADBannerView from your app, rebuild, and issue an update.

I've never tried to turn off iAds, and the fact that this question has gone unanswered for as long as it has suggests that this is an unusual situation. You might call Apple Developer Relations at 1-800-633-2152 (in the US) to see if you can invalidate your agreement or take some other action that will cause Apple to stop serving you ads.

江南月 2024-10-27 20:12:30

仅当应用程序处于“可编辑”状态(即提交新的二进制文件时)时,才能禁用 iAds。

当您提交删除了 ADBannerView 的二进制文件时,您应该能够在为新版本设置元数据时禁用它。

来自 iTunes Connect 开发人员指南第 129 页:
“提交应用程序后,就无法禁用 iAd。要从应用程序中删除广告,您需要提交已删除广告功能的新二进制文件”

iAds can only be disabled when the app is in an "editable" state, meaning when you submit a new binary.

When you submit the binary with the ADBannerView removed, you should be able to disable it when you set up the meta data for the new version.

From the iTunes Connect Deveoper Guide page 129:
"Once your app has been submitted, iAd cannot be disabled. To remove ads from an app, you will need to submit a new binary with ad functionality removed"

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