gpt4 book ai didi

ios - 我可以通过 iAds 和应用内购买来删除单个应用中的广告吗?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:54:26 25 4
gpt4 key购买 nike

根据 Apple 广告指南:https://developer.apple.com/appstore/resources/approval/guidelines.html#advertising

我对这一点感到困惑:

Apps that contain empty iAd banners will be rejected

这是否意味着我不能通过 iAds 和应用程序内购买来从我的应用程序中删除 iAds 以从 Lite 版本升级到 Pro 版本?

任何人都可以建议如何处理我有 Lite 版本和 Pro 版本的这种情况吗?我需要在 App Store 中拥有 2 个应用程序吗?

最佳答案

这个特殊点是指在尚未加载时显示 iAd 横幅。在内容到达之前,iAd 横幅应该隐藏。如果您在没有内容时显示广告横幅,您可能会收到评论 rejection worded similar to this :

We've completed the review of your application; however, we cannot post this version to the App Store because it displays an empty iAd banner when ad content is not available. The banner within the app should be hidden whenever ad content is not being served by iAd. We have included additional details below to help explain the issue. We hope that you'll consider revising and resubmitting your application.

To handle the case where ad content is not available, you will need to implement a banner view delegate. An example code snippet is included here for your convenience. Additionally, you may wish to review the section "Working with Banner Views" of the iAd Programming Guide for specific details: https://developer.apple.com/iphone/prerelease/library/documentation/UserExperience/Conceptual/iAd_Guide/WorkingwithBannerViews/WorkingwithBannerViews.html

ADBannerView 将在其委托(delegate)上调用 bannerViewDidLoadAd:。这是您显示广告横幅的提示。在加载广告之前不应显示横幅。

要回答你的最后一个问题,你可以有一个单独的精简版和专业版,没有任何问题。或者,您可以选择“免费增值”,即您只有一个应用程序,用户执行 IAP 以删除广告。

关于ios - 我可以通过 iAds 和应用内购买来删除单个应用中的广告吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20925507/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com