苹果改变了企业应用程序在iOS 9上验证的方式,但当我在“设置-一般-概要”中验证我们的应用程序时,我得到了以下信息

我查过日志了:
Oct 15 21:32:21 Nix-iPhone online-auth-agent[216] <Error>: Caller does not have required entitlement 'com.apple.private.mis.trust.set'
Oct 15 21:32:21 Nix-iPhone online-auth-agent[216] <Error>: SecTrustEvaluate [leaf AnchorTrusted]
Oct 15 21:32:31 Nix-iPhone online-auth-agent[216] <Notice>: Server returned no data
Oct 15 21:32:31 Nix-iPhone online-auth-agent[216] <Notice>: Could not complete online authentication
Oct 15 21:32:31 Nix-iPhone online-auth-agent[216] <Warning>: session error: The request timed out.
Oct 15 21:32:31 Nix-iPhone Preferences[223] <Warning>: Failed to verify provisioning profile d43b2b57-8def-4c46-88c9-fc57503890ad with error 32
Oct 15 21:32:31 Nix-iPhone Preferences[223] <Error>: SecTrustEvaluate [leaf IssuerCommonName SubjectCommonName]
Oct 15 21:32:31 Nix-iPhone Preferences[223] <Notice>: Authorization is pending.
Oct 15 21:32:31 Nix-iPhone Preferences[223] <Error>: SecTrustEvaluate [leaf IssuerCommonName SubjectCommonName]
Oct 15 21:32:31 Nix-iPhone Preferences[223] <Notice>: Authorization is pending.有没有人知道原因和如何解决这个问题?
也尝试了VPN,因为我在中国,但没有工作.
发布于 2015-10-15 15:35:22
我找到了这个链接:底部的https://support.apple.com/en-us/HT204460提到它连接到这个站点https://ppq.apple.com,但是这个站点有一个无效的证书,这使得应用程序的验证失败。我敢打赌苹果会马上解决这个问题。
发布于 2015-10-15 15:29:18
我们正在经历同样的问题。我相信这是由于苹果的验证服务器。我想我们现在唯一能做的就是等他们修好。
https://stackoverflow.com/questions/33152151
复制相似问题