近期上線一個app斋否,蘋果發(fā)來一封郵件提示為審核被拒:
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.
Continuing to use or conceal non-public APIs in future submissions of this app may result in the termination of your Apple Developer account, as well as removal of all associated apps from the App Store.
Next Steps
To resolve this issue, please revise your app to provide the associated functionality using public APIs or remove the functionality using the "prefs:root" or "App-Prefs:root" URL scheme.
If there are no alternatives for providing the functionality your app requires, you can file an?enhancement request.
原因是App Store上不允許使用非公共API排宰,現(xiàn)在不允許"prefs:root="這種寫法了拼岳。
解決辦法:
1、全局搜索prefs:root=鹰晨,改掉這些代碼。
2鸡典、中間進行一次轉(zhuǎn)碼操作芳悲,此方法未親自測試。具體可看:http://www.reibang.com/p/a94cd8103bba