被拒总结
苹果的三种审核机制!
1. 预审核---
扫描api,及plist文件字符缺失等;此处分两步,第一步为上传时苹果Application Loador等应用对于适配icon等的检查,第二步为上传后苹果的功能性检查,例如配置了Push功能但有缺失或者未打开功能,则会邮件提示等等;
2. 机审---
此处扫描支付SDK等,及马甲情况,机器扫描主要看代码块,可参考百度蜘蛛抓取网站模块原理;如遇部分无法过机审情况可尝试加速绕过机审(不是100%成功);
3. 人工审核---
此处主要检测功能,例如用测试账号登录App体验功能,或其他是否明显bug等,ipv6也在此处检测;
- 4. 3 Design: Spam
This app duplicates the content and functionality of other apps submitted by you or another developer to the App Store, which is considered a form of spam.
Apps that simply duplicate content or functionality create clutter, diminish the overall experience for the end user, and reduce the ability of developers to market their apps.
The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.
意思大致是说有同类功能app已上线.
这个是机审被查出是马甲包被打回。 解决方案通过class-dump代码混淆或加入垃圾代码来处理。
网友评论