Dear Developer,
We identified one or more issues with a recent delivery for your app, "胖虎百宝箱" 1.1.32 (142). Please correct the following issues, then upload again.
ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.
Best regards,
The App Store Team
没有用第三方插件,没有用Swift
"dependencies": {
"crypto-js": "^4.1.1",
"init": "^0.1.2",
"js-md5": "^0.7.3",
"node-uuid": "^1.4.8",
"uview-ui": "^2.0.31"
},
只用了这个几个,突然审核就失败了。到底什么情况啊
2 个回复
DCloud_iOS_WZT
你之前用的证书的描述文件一直 是ad hoc类型的 需要用appstore类型,推送SDK最新版是Swift版本的
解决办法:去苹果开发者后台生成appstore类型的 profile文件重新打包
Super果冻 (作者)
找到了,原来我之前 一直都是错的,谢谢啦