简体   繁体   English

iphone 应用程序:如何通过 iOS 配置门户更新过期的分发证书

[英]iphone app: how to renew an expired distribution certificate through the iOS provisioning portal

My distribution certificate is tied to an app, that I have distributed ad hoc to number of field employees, and it says it's going to expire tomorrow.我的分发证书与一个应用程序相关联,我已临时分发给一些现场员工,它说它明天将到期。 When I go into the iOS provisioning portal, I go to the certificates link, and then the Distribution tab.当我 go 进入 iOS 配置门户时,我 go 到证书链接,然后是分发选项卡。 Under expiration date for the certificate the date is listed as tomorrow.在证书的到期日期下,日期列为明天。 My question is how do I renew the certificate?我的问题是如何更新证书? I've been told there may be a renew button that pops up when it expires.有人告诉我,到期时可能会弹出一个更新按钮。 I've also been told this renew button is going to pop up today when it hasn't.我还被告知这个更新按钮今天不会弹出。 Is there going to be a renew button?会有更新按钮吗? Will the renew button pop up under the provisioning profile attached to the certificate or in certificates-->distribution in the portal?更新按钮是否会在附加到证书的配置文件下或在证书-->门户中的分发中弹出? None of this is documented anywhere on what I need to do to ensure no down time with my app.这些都没有记录在我需要做什么以确保我的应用程序没有停机时间的任何地方。

Thanks for the help!谢谢您的帮助!

Once expired, you will get a renew button, yes.过期后,您将获得一个续订按钮,是的。 If you want to do it before it expires, revoke the current certificate and you will get a button to request a new one.如果您想在它过期之前这样做,请撤销当前证书,您将获得一个请求新证书的按钮。

Which ever way you do it, your ad hoc app will stop working tomorrow and you should distribute a new build with new provisioning profile signed with new certificate.无论您采用哪种方式,您的临时应用程序将在明天停止工作,您应该分发一个新的构建,其中包含用新证书签名的新配置文件。

From the apple developer support center certificates section :苹果开发者支持中心证书部分

iOS Distribution Certificate (In-house, Internal Use Apps) iOS 分发证书(内部,内部使用应用程序)

Users will no longer be able to run apps that have been signed with this certificate.用户将无法再运行已使用此证书签名的应用程序。 You must distribute a new version of your app that is signed with a new certificate.您必须分发使用新证书签名的应用程序的新版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM