苹果分发证书上传
我已经使用钥匙串创建了私钥和公钥,如开发门户中所述。但是,每当尝试上传证书以在门户 中获取分发证书时https://developer.apple.com/ios/manage/certificates/team/createDistribute.action 并按“提交”,Safari 浏览器崩溃。我也尝试在 Chrome 中上传它,但它永远不会到达下一页,并且总是重新加载提交页面。我很困惑...请指教...
PS:我在提交开发人员证书时遇到了同样的问题。我设法通过使用 XCode 的 Organizer 工具来解决这个问题,这很棒,但不幸的是它不适用于提交分发证书。
I've created a private and public key using keychain as explained in the development portal. However, whenever trying to upload the certificate to get a distribution certificate in the portal at https://developer.apple.com/ios/manage/certificates/team/createDistribute.action and pressing "submit" the Safari browser crashes. I tried to upload it also in Chrome, but it never gets to the next pages, and always reloads the submit page. I'm confused... please advise...
PS: I had the same problem submitting a developer certificate. I managed to work around it by using XCode's Organizer tool this is great, but unfortunately it doesn't work for submitting a distribution certificate.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来像是浏览器问题。我一直在开发者门户的配置领域投入大量精力,没有遇到任何问题。
除此之外,请确保您上传的文件正确。您在“证书”>“上传”的审批证书开发区域应具有 .certSigningRequest 扩展名。
作为配置文件添加到 DEVICES 的任何其他文件都应具有 .mobileprovision 文件扩展名。
It sounds like a browser issue. I've been working heavily in the provisioning area of the Developer Portal and haven't had any issues.
Other than that make sure that you're uploading the correct file. The certificate for approval that you upload on the Certificates > Development area should have a .certSigningRequest extension.
Any other files that you add to DEVICES as a provisioning profile should have a .mobileprovision file extension.