iOS学习

app审核被拒 Performance: Software Re

2018-04-28  本文已影响42人  不要动
  1. 5 Performance: Software Requirements
    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.

解决问题 ②
打开项目工程,全局搜索 prefs:root= ,结果如下:
在SJPermissionManager类中,针对iOS8以前的系统,使用了prefs:root=的方案,跳转系统设置页面。
解决方案:

目前项目兼容iOS8以上的系统,所以直接删除即可。 431E3886-5B58-448B-93C0-96976DC3C744.png
上一篇下一篇

猜你喜欢

热点阅读