iOS 9企业应用验证失败

前端之家收集整理的这篇文章主要介绍了iOS 9企业应用验证失败前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
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因为我在中国,但没有工作……

解决方法

我发现此链接底部https://support.apple.com/en-us/HT204460提到它连接到此站点 https://ppq.apple.com但该站点的证书无效,这使得应用程序的验证失败. 我敢打赌苹果会马上解决这个问题.
原文链接:https://www.f2er.com/iOS/330065.html

猜你在找的iOS相关文章