问题描述
我有 Xcode 5,我试图验证我的应用程序,但发现这些通信错误:
I have Xcode 5, I have tried to validate my app but these communication errors were found:
通讯错误.请使用诊断模式检查连通性.您需要具有对 TCP 端口 443 的出站访问权限.
Communication error. Please use diagnostic mode to check connectivity. You need to have outbound access to TCP port 443.
发生异常:握手期间远程主机关闭连接
An exception has occurred:Remote host closed connection during handshake
调用服务方法时出错:authicateForTransportDiscovery
An error occurred while invoking service method:authicateForTransportDiscovery
发生异常:null
无法连接到 Apple 的网络服务
Could not connect to Apple's web service
调用服务方法时发生错误:validateMetadata
An error has occurred while invoking service method: validateMetadata
无法验证包:96850972.itmsp
Unable to authenticate the package: 96850972.itmsp
有什么想法吗?
推荐答案
对我有用的是使用 Transporter 应用程序(在 Mac App Store 上找到),创建存档后选择 EXPORT 它而不是上传它,你会得到一个包含 4 个文件的文件夹,其中一个是 .ipa,从 Transporter 中选择 .ipa 并单击交付,就像一个魅力,无需重新启动或更改网络.
What worked for me is to use the Transporter app (found on Mac App Store), after creating an archive choose to EXPORT it not upload it, you will get a folder containing 4 files with one of the being the .ipa, from the Transporter select the .ipa and click deliver, worked like a charm, didn't have to reboot or change the network.
这篇关于尝试将应用程序提交到应用程序商店时出现通信错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!