总结iOS APP应用审核被拒原因

总结一下自己在应用审核中遇到过的问题。

1、应用里面带检测更新按钮

Your app includes an update button or alerts the user to update the app. To avoid user confusion, app version updates must utilize the iOS built-in update mechanism.

Weve attached screenshot(s) for your reference.

Next Steps

Please remove the update feature from your app. To distribute a new version of your app, upload the new app binary version into the same iTunes Connect record you created for the apps previous version. Updated versions keep the same Apple ID, iTunes Connect ID (SKU), and bundle ID as the original version, and are available free to customers who purchased a previous version.

上架之前看到过不能有更新按钮的,然后网上说可以用后台检测,审核的时候关闭后台接口,审核通过开启。然后就上了一个版本,结果还是被拒了。当时急着上线,直接把这个功能去掉就通过了。

2.后台定位服务

Your app uses background location services but does not clarify the purpose of its use in the location modal alert as required in theiOS Human Interface Guidelines.

We’ve attached screenshot(s) for your reference.

Next Steps

Please reconfigure the UIAlertControllerStyleAlert in your code and specify the intended purpose of using background location in its message field.

刚开始使用NSLocationAlwaysUsageDescription的时候,因为没有写后台定位的目的,然后被退回来了。在NSLocationAlwaysUsageDescription后面加上一句描述,然后就通过了。

3.还是这后台位置服务的问题,之后有个版本上去之后突然又被打回来,问是什么功能需要使用后台定位,What feature require the persistent background location service?(原话)。这真不知道为什么之前那个版本就可以上。

Your app declares support for location in the UIBackgroundModes key in your Info.plist file but does not have any features that require persistent location. Apps that declare support for location in the UIBackgroundModes key in your Info.plist file must have features that require persistent location.

Next Steps

Please revise your app to include features that require the persistent use of real-time location updates while the app is in the background. Please also add the following battery use disclaimer in your Application Description:

“Continued use of GPS running in the background can dramatically decrease battery life.”

If your app does not require persistent real-time location updates, please remove the “location” setting from the UIBackgroundModes key. You may wish to use the significant-change location service or the region monitoring location service if persistent real-time location updates are not required for your app features.

在这个问题上被拒了好多次,网上说要加电量警告的描述,然后解释什么功能需要后台位置服务。还以为是审核员不知道我说的是什么功能需要后台位置服务,分别发了文字,图片,甚至还录了个视频过去。然后苹果那边就打电话过来说让我UIBackgroundModes改成NSLocationWhenInUseageDescription,这个也可以使用后台位置。不过这个在后台使用位置的时候电池栏上有一个蓝条提示,不符合APP的要求。后面想了个办法,就是加了导航功能,让这个UIBackgroundModes能通过,之前的后台定位功能自然就能使用了。不过刚开始还是被拒了,赶紧再发一封邮件说明了导航功能在哪里使用,并提供截图,那边一会就通过了。不过加上了导航之后APP大小增加了20M,不需要导航功能的不推荐。

https://github.com/wg689/Solve-App-Store-Review-Problem 这边说明了后台定位服务的话是不能只是把位置传回服务器而在界面上没有显示的,也提供了其他解决方案。这篇博客里面还有其他的审核遇到问题和解决方案的汇总。

4.内购问题

We noticed that your app enables the purchase of content,services,or functionality in the app by means other than the In-App Purchase API,which is not allowed on the App Store.

Specifically,your app enables points,or intermediate currencies,without using the In-App Purchase API. Additionally,please note that the cost of the points or the intermediate currency cannot be included in the purchase price of the app.

Next Steps

While the payment system that you have included may conduct the transaction outside of the app,if the purchasable content,functionality,or services are intended to be used in the app,they must be purchased through IAP,within the app – unless it is of the type referenced in Guideline 3.1.3.

Resources

It may be appropriate to revise your app to use the In-App Purchase API to provide content purchasing functionality.

In-App Purchase provides several benefits,including:

– The flexibility to support a variety of business models.

– Impacting your app ranking by consolidating your sales to one app rather than distributing them across multiple apps.

– An effective marketing vehicle to drive additional sales of new content.

For information on In-App Purchase,please refer to the following documentation:

In-App Purchase for Developers

In-App Purchase Programming Guide

For step-by-step instructions on In-App Purchase creation within iTunes Connect,refer to In-App Purchase for Developers.

大致说明了苹果是不允许使用苹果内购之外的API来购买APP的内容,服务或者功能。这里特别指出了我们APP使用了积分或中间货币,特别去查了一下那些直播平台购买礼物也是通过苹果内购的,他们的手续费由平台和主播分别承担一半。而这对于我们的APP是不合适的,在跟审核人员沟通了几次都没有结果之后,将原本的“金币”改成了“余额”,本以为不会通过的,竟然意外通过审核了。主要是这个金币让苹果认为是一个中间货币违反了审核规则吧,其实这个问题我也不是很明白,就是改了一个词而已,所以在上传的时候尽量不要使用比较有争议的词。

5.声明苹果不是活动赞助商

Your app includes a contest or sweepstakes but it does not:

– Indicate that Apple is not involved in any way with the contest or sweepstakes.

Next Steps

It is necessary to:

– Include an explicit statement in the contest or sweepstakes rules specifying that Apple is not a sponsor.

应用包括比赛或抽奖时,应该表明苹果没有以任何方式参与比赛或抽奖。在活动规则中加上一条说明吧

6.Guideline 2.3.3 – Performance – Accurate Metadata

We noticed that your screenshots do not sufficiently reflect your app in use.

Please see attached screenshots for details.

Next Steps

To resolve this issue, please revise your screenshots to ensure that they accurately reflect the app in use. For resources on creating great screenshots for the App Store, you may want to review theApp Store Product Pageinformation available on the Apple developer portal.

Please ensure you have made any screenshot modifications using Media Manager. You should confirm your app looks and behaves identically in all languages and on all supported devices. Learn how to useMedia Managerto add custom screenshots for each display size and localization.

Since your iTunes Connect status isMetadata Rejected, we do NOT require a new binary. To revise the metadata, visit iTunes Connect to select your app and revise the desired metadata values. Once you’ve completed all changes, reply to this message in Resolution Center and we will continue the review.

NOTE: Please be sure to make any metadata changes to all app localizations by selecting each specific localization and making appropriate changes.

应用程序的名称、描述、截图或者预览与应用的内容和功能不相关将会被拒绝。

7.Guideline 5.2.1 – Legal – Intellectual Property

We found that your app facilitates auctions, but you haven’t provided a sufficient Auction Business Approval Certificate (拍卖经营批准证书) for the services in your app. 

Next Steps

To resolve this issue, please complete the following:

— Provide a copy and/or the direct link to the government website that displays your Auction Business Approval Certificate (拍卖经营批准证书).

— Ensure the seller and artist names associated with your account match the authorized name (企业名称) listed on the Auction Business Approval Certificate (拍卖经营批准证书).

— Ensure that all coins or currencies that were used to enter an auction are returned to the user after an unsuccessful bid. 

Resources

To provide a copy of the Auction Business Approval Certificate (拍卖经营批准证书):

– Log in to iTunes Connect

– Click on “My Apps”

– Select your app

– Click on the app version on the left side of the screen

– Scroll down to “App Review Information”

– Attach the scanned copy of your Auction Business Approval Certificate (拍卖经营批准证书) in the “Attachment” section

– Click “Save”

Once this information is available, please reply to this message in Resolution Center, and we can continue with our review.

拍卖类型APP需要拍卖经营批准证书。将其上传到附件

转载请说明!

    原文作者:luffy丨芒D企
    原文地址: https://www.jianshu.com/p/da187796594a
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞