iOS 苹果审核也是看心情的吗?已经上线几个版本了,新版本提交审核居然被查出来了!

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.

自我检测一把:

工具:mac 终端

命令:

grep "App-Prefs:root" -r +工程目录

或者

grep "Prefs:root" -r +工程目录

示例:

yoowei$ grep "App-Prefs:root" -r /Users/yoowei/Desktop/yooweiWorking/yoowei

Binary file /Users/yoowei/Desktop/yooweiWorking/yoowei/yoowei/Vendors/yytt/yytt.framework/yytt matches

另外.svn里面以前的记录也有,对应的删掉即可。

最新文章

  1. 学习javascript数据结构(一)——栈和队列
  2. ReSharper.8.0.14.856注册码
  3. 引用对象的使用和易产生bug的示例
  4. css整理-03 文本
  5. 浅谈Eclipse寻找JVM(JRE)的顺序机制(转)
  6. [C] tcharall(让所有平台支持TCHAR)v1.1。源码托管到github、添加CMake编译配置文件、使用doxygen规范注释
  7. ThinkPHP 关联模型中查询某条记录的父级(非查询子级)
  8. Maven开发环境的搭建,含jetty调试[简单明了]
  9. oracle 大字段clob检索
  10. ios 解析json,xml
  11. requirejs下载与配置
  12. 创建一个基本的Windows应用程序
  13. Linux 二层协议架构组织
  14. Codeforces 4A-Watermelon(意甲冠军)
  15. 9.创建一个三角形类,成员变量三边,方法求周长,创建类主类A来测试它。
  16. 75、django之ORM补充
  17. python递归
  18. Jenkins-job之间依赖关系配置
  19. Java虚拟机 垃圾收集器与内存分配策略
  20. python五十七课——正则表达式(边界字符)

热门文章

  1. Python自动化之session反解案例
  2. [转] Eclipse安装SVN插件
  3. winform程序打包成exe文件
  4. Oracle透明网关访问MySQL数据库
  5. jquery 中的dom操作
  6. Echarts插件
  7. 2017-2018-1 20155226 《信息安全系统设计基础》课下实践——实现mypwd
  8. 20145234黄斐《网络对抗技术》实验九、Web安全基础实践
  9. 【转载】COM 组件设计与应用(十三)——事件和通知(VC6.0)
  10. 1-[并发编程]-操作系统OS