以下是我平時(shí)上架被拒絕的原因,有時(shí)間就整理了下.
不兼容問題
被拒原因:
發(fā)件人 Apple
ngRepeat: rejectionReason in message.qcRejectionReasons
2.- 4 PERFORMANCE: HARDWARE COMPATIBILITY
end ngRepeat: rejectionReason in message.qcRejectionReasons
Performance - 2.4.1
Upon further review, we still noticed that your app did not run at iPhone resolution when reviewed on iPad running iOS 9.3.2.
Specifically, the main menu is not optimized and the icons are overlapping each other.
We've attached screenshot(s) for your reference.
Next Steps
Please revise your app to ensure it runs and displays properly at iPhone resolution on iPad.
Resources
For information on iOS device screen sizes and resolutions, please see the iOS Human Interface Guidelines as well as the Points versus Pixels in the View Programming Guide for iOS.
If you have difficulty reproducing a reported issue, please try testing the workflow described in Technical Q&A QA1764: How to reproduce bugs reported against App Store submissions.
If you have code-level questions after utilizing the above resources, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:
- complete details of your rejection issue(s)
- screenshots
- steps to reproduce the issue(s)
- symbolicated crash logs - if your issue results in a crash log
這個(gè)大部分是屏幕適配,在手機(jī)上運(yùn)行正常,但在iPad上圖標(biāo)重疊,一般在附件還有截圖的,說明是哪個(gè)地方有問題,照著截圖修改就好了,改好后在iPad模擬器上運(yùn)行一遍,檢查一下(蘋果不會(huì)把有所有問題都截出來,只會(huì)選一兩個(gè)),除了截圖上的還有哪些問題,都要改一下.當(dāng)時(shí)太老實(shí)了,就把截圖里的改了一下提交,然后又被打回來,說其他地方也有同樣問題??.
還有,在改屏幕適配的時(shí)候,功能不能變,如果你覺得在iPad上放不下就把超出屏幕的功能干掉,那還是會(huì)被拒的.
版本更新問題
被拒原因:
發(fā)件人 Apple
ngRepeat: rejectionReason in message.qcRejectionReasons
4.- DESIGN: PREAMBLE
end ngRepeat: rejectionReason in message.qcRejectionReasons
Design - 4.0
Your app includes a version information button that is responsive when we tapped it, which may mislead users to believe it is an update button. To avoid user confusion, app version updates must utilize the iOS built-in update mechanism.
We’ve attached screenshot(s) for your reference.
Next Steps
If the version information button is not intended to update the app, please revise the version information button to be static when tapped.
To distribute a new version of your app, upload the new app binary version into the same iTunes Connect record you created for the app’s 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.
Resources
To create new versions of your app, please see Replacing Your App with a New Version in the iTunes Connect Developer Guide.
ngRepeat: token in message.tokens
iOS的app里不能有版本更新的功能,這個(gè)大家都知道.上面被拒的原因是在tableView里顯示了當(dāng)前的版本號(hào),然后在點(diǎn)擊的時(shí)候有灰色的效果,然后,然后就被拒了......
提供的信息不全
被拒原因:
發(fā)件人 Apple
0.4.0 BEFORE YOU SUBMIT: INFO NEEDED
Information Needed
We began the review of your app but are not able to continue because we need access to a video that demonstrates your app in use on an iOS device.
Specifically, please include the following information in the demo video:
-the features that utilize background audio mode
-the features that utilize background VOIP mode
To provide a link to a demo video:
-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"
-Provide demo video access details in the "Notes" section
-Click "Save"
-Once you've completed all changes, click the "Submit for Review" button at the top of the App version information page.
Once this information is available, we can continue with the review of your app.
蘋果的意思就是要提供一個(gè)演示視頻,視頻包括后臺(tái)播放,VoIP的功能,視頻做好后可以放在百度云盤或其他地方,在提交的時(shí)候備注里放上鏈接就好了.
二進(jìn)制文件被拒
被拒原因:
From Apple
2.5 PERFORMANCE: SOFTWARE REQUIREMENTS
Thank you for your resubmission.
Performance - 2.5.4
Your app declares support for VoIP in the UIBackgroundModes key in your Info.plist, but does not support incoming calls from the connected VoIP service. If your app does not support incoming calls from its connected VoIP service, the "VoIP" background mode is not appropriate.
Next Steps
Please revise your app to use the "audio" value in the UIBackgroundModes key in your Info.plist. Using the "audio" background mode will keep current out-going VoIP calls open while your app is in the background.
Alternatively, you could revise your app to either add VoIP features or remove the "voip" setting from the UIBackgroundModes key.
Resources
If you have difficulty reproducing a reported issue, please try testing the workflow described in Technical Q&A QA1764: How to reproduce bugs reported against App Store submissions.
If you have code-level questions after utilizing the above resources, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:
-complete details of your rejection issue(s)
-screenshots
-steps to reproduce the issue(s)
-symbolicated crash logs - if your issue results in a crash log
我是集成了環(huán)信的IM SDK后,被拒的,原因是在后臺(tái)配置了VoIP這項(xiàng),但是app里卻沒這功能,只要把 VoIP 從info.plist里去掉就可以了.
app名字
被拒原因:
發(fā)件人 Apple
ngRepeat: rejectionReason in message.qcRejectionReasons
2.3 PERFORMANCE: ACCURATE METADATA
end ngRepeat: rejectionReason in message.qcRejectionReasons
Performance - 2.3.7
Your app name to be displayed on the App Store includes keywords or descriptors, which are not appropriate for use in an app name.
Specifically, the following words in your app name are considered keywords or descriptors:XXX(被拒的名字) Next Steps
Please revise your app name to remove any keywords and descriptors from all localizations of your app. Keywords can be entered in the Keywords field in iTunes Connect to be used as search terms for your app.
Please also remember to re-evaluate your app name title to ensure it’s 50 characters or less.
Resources
For information on how to revise your app name, please see Renaming a Project or App.
For information on changing the app name and other metadata in iTunes Connect, please see the section, "Viewing and Changing Your App's Metadata", in the iTunes Connect Developer Guide.
這是app的副標(biāo)題名字包含了搜索關(guān)鍵字,一般改一下副標(biāo)題就好了.
總結(jié):問題被拒了能改的盡量改,最好不要去申訴了,我覺得這得不償失,你申訴一次,蘋果拒絕一次,時(shí)間上劃不來,而且就這一來一回的時(shí)間都?jí)蚰阈薷纳蟼髟俅螌徍肆?