原文
During review, your app installed or launched executable code, which is not permitted on the App Store. Specifically, your app uses the itms-services URL scheme to install an app.
Please note that while educational apps designed to teach, develop, or allow students to test executable code may, in limited circumstances, download code, such code may not be used for other purposes and such apps must make the source code completely viewable and editable by the user.
重点
Specifically, your app uses the itms-services
URL scheme to install an app.
查了一下 item-services
协议:
item-services 是苹果推出的一款协议。
基于这款协议,我们在本地部署一个服务器,将 ipa 包存放到本地服务器。
然后,测试人员只要通过 iOS 测试设备的 Safari 浏览器访问特定的地址,就可以通过内网更新 APP。
原因
全局搜索item-services
发现项目中的一个类
自定义加载H5页面的
判断了URL是否包含itms-services:
祖传代码
就是坑
啊!
一款轻量级的布局框架,自动布局
https://github.com/xjh093/JHFrameLayout