蘋果審核速度現在非???,從2016年的3天、2017年2天,步入2018年,只需要一天,甚至是一個晚上就可以通過審核。蘋果審核效率提高,審核質量并未降低。每次提交都會有新的問題,比如你上一次版本可以通過審核,但你下一次在同樣的地方,可能就會被拒。本人最近就遇到一次被拒經歷,是需要重視以下這個問題。
一.調用私有api
1.Guideline 2.5.1 - Performance - Software Requirements
Your app uses the "prefs:root=" non-public URL scheme, which is a private entity.The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change.
這句話就是告訴我們代碼里那塊調用了私有的api,一般出現這種問題,全局搜索一下就可以找到,常常存在于一些第三方庫里