Apple改变了企业应用在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,因为我在中国,但没有工作......
答案 0 :(得分:8)
我发现此链接:https://support.apple.com/en-us/HT204460在底部提到它连接到此网站https://ppq.apple.com,但此网站的证书无效,这使得应用验证失败。 我敢打赌苹果会马上解决这个问题。
答案 1 :(得分:4)
我们遇到了同样的问题。我相信这是由于Apple验证服务器。 我想我们现在唯一可以做的就是等到他们解决它。