總結(jié)iOS APP應(yīng)用審核被拒原因

總結(jié)一下自己在應(yīng)用審核中遇到過(guò)的問(wèn)題。

1、應(yīng)用里面帶檢測(cè)更新按鈕

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.

上架之前看到過(guò)不能有更新按鈕的,然后網(wǎng)上說(shuō)可以用后臺(tái)檢測(cè),審核的時(shí)候關(guān)閉后臺(tái)接口,審核通過(guò)開(kāi)啟。然后就上了一個(gè)版本,結(jié)果還是被拒了。當(dāng)時(shí)急著上線(xiàn),直接把這個(gè)功能去掉就通過(guò)了。

2.后臺(tái)定位服務(wù)

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.

剛開(kāi)始使用NSLocationAlwaysUsageDescription的時(shí)候,因?yàn)闆](méi)有寫(xiě)后臺(tái)定位的目的,然后被退回來(lái)了。在NSLocationAlwaysUsageDescription后面加上一句描述,然后就通過(guò)了。

3.還是這后臺(tái)位置服務(wù)的問(wèn)題,之后有個(gè)版本上去之后突然又被打回來(lái),問(wèn)是什么功能需要使用后臺(tái)定位,What feature require the persistent background location service?(原話(huà))。這真不知道為什么之前那個(gè)版本就可以上。

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.

在這個(gè)問(wèn)題上被拒了好多次,網(wǎng)上說(shuō)要加電量警告的描述,然后解釋什么功能需要后臺(tái)位置服務(wù)。還以為是審核員不知道我說(shuō)的是什么功能需要后臺(tái)位置服務(wù),分別發(fā)了文字,圖片,甚至還錄了個(gè)視頻過(guò)去。然后蘋(píng)果那邊就打電話(huà)過(guò)來(lái)說(shuō)讓我UIBackgroundModes改成NSLocationWhenInUseageDescription,這個(gè)也可以使用后臺(tái)位置。不過(guò)這個(gè)在后臺(tái)使用位置的時(shí)候電池欄上有一個(gè)藍(lán)條提示,不符合APP的要求。后面想了個(gè)辦法,就是加了導(dǎo)航功能,讓這個(gè)UIBackgroundModes能通過(guò),之前的后臺(tái)定位功能自然就能使用了。不過(guò)剛開(kāi)始還是被拒了,趕緊再發(fā)一封郵件說(shuō)明了導(dǎo)航功能在哪里使用,并提供截圖,那邊一會(huì)就通過(guò)了。不過(guò)加上了導(dǎo)航之后APP大小增加了20M,不需要導(dǎo)航功能的不推薦。

https://github.com/wg689/Solve-App-Store-Review-Problem 這邊說(shuō)明了后臺(tái)定位服務(wù)的話(huà)是不能只是把位置傳回服務(wù)器而在界面上沒(méi)有顯示的,也提供了其他解決方案。這篇博客里面還有其他的審核遇到問(wèn)題和解決方案的匯總。

4.內(nèi)購(gòu)問(wèn)題

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.

大致說(shuō)明了蘋(píng)果是不允許使用蘋(píng)果內(nèi)購(gòu)之外的API來(lái)購(gòu)買(mǎi)APP的內(nèi)容,服務(wù)或者功能。這里特別指出了我們APP使用了積分或中間貨幣,特別去查了一下那些直播平臺(tái)購(gòu)買(mǎi)禮物也是通過(guò)蘋(píng)果內(nèi)購(gòu)的,他們的手續(xù)費(fèi)由平臺(tái)和主播分別承擔(dān)一半。而這對(duì)于我們的APP是不合適的,在跟審核人員溝通了幾次都沒(méi)有結(jié)果之后,將原本的“金幣”改成了“余額”,本以為不會(huì)通過(guò)的,竟然意外通過(guò)審核了。主要是這個(gè)金幣讓蘋(píng)果認(rèn)為是一個(gè)中間貨幣違反了審核規(guī)則吧,其實(shí)這個(gè)問(wèn)題我也不是很明白,就是改了一個(gè)詞而已,所以在上傳的時(shí)候盡量不要使用比較有爭(zhēng)議的詞。

5.聲明蘋(píng)果不是活動(dòng)贊助商

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.

應(yīng)用包括比賽或抽獎(jiǎng)時(shí),應(yīng)該表明蘋(píng)果沒(méi)有以任何方式參與比賽或抽獎(jiǎng)。在活動(dòng)規(guī)則中加上一條說(shuō)明吧

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.

應(yīng)用程序的名稱(chēng)、描述、截圖或者預(yù)覽與應(yīng)用的內(nèi)容和功能不相關(guān)將會(huì)被拒絕。


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 (拍賣(mài)經(jīng)營(yíng)批準(zhǔn)證書(shū)) 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 (拍賣(mài)經(jīng)營(yíng)批準(zhǔn)證書(shū)).

— Ensure the seller and artist names associated with your account match the authorized name (企業(yè)名稱(chēng)) listed on the Auction Business Approval Certificate (拍賣(mài)經(jīng)營(yíng)批準(zhǔn)證書(shū)).

— 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 (拍賣(mài)經(jīng)營(yíng)批準(zhǔn)證書(shū)):

- 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 (拍賣(mài)經(jīng)營(yíng)批準(zhǔn)證書(shū)) 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.

拍賣(mài)類(lèi)型APP需要拍賣(mài)經(jīng)營(yíng)批準(zhǔn)證書(shū)。將其上傳到附件


轉(zhuǎn)載請(qǐng)說(shuō)明!

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容