简体   繁体   English

iOS企业版:配置文件和证书到期-App何时停止工作?

[英]ios enterprise: provisioning profile and certificate expiration - when will App stop to work?

We have a inhouse ipad App that was signed with an ios enterprise distribution certificate. 我们有一个内部的ipad应用,该应用已使用ios企业发行证书进行了签名。

In the 'provisioning profiles' list on the iPad, I can see that the provisioning profile of this app expires in about two weeks. 在iPad上的“配置文件”列表中,我可以看到此应用程序的配置文件将在两周后到期。

So far i found information online only about 'certificate' expiration and the terms 'provisioning profile' and 'certificate' seem to be used interchangably sometimes in regards to expiration, but these are not the same files. 到目前为止,我在网上发现的信息仅与“证书”到期有关,术语“供应配置文件”和“证书”似乎在到期时有时可以互换使用,但是这些文件不是同一文件。

Is it theoretically possible, that the certificate (not the provisioning profile) that was used to sign this app expires earlier than this date? 从理论上讲,用于签署此应用的证书(而非配置文件)是否可以早于该日期过期?

What happens if the certificate expires while the provisioning profile is still valid? 如果证书在供应配置文件仍然有效时过期,该怎么办? When exactly does the app stop running? 该应用何时确切停止运行?

How can I check when that the certificate will expire? 如何检查证书何时过期?

Understand this is old, but Figured I would answer: 了解这是旧的,但想通了,我会回答:

If you have an enterprise account it is entirely possible for your certificate to expire. 如果您拥有企业帐户,则证书完全有可能过期。 The default time period for a distribution certificate on an enterprise account is 3 years. 企业帐户上的分发证书的默认时间段是3年。 At the time that it expires your app will no longer run on any devices that you have distributed it to, it will just crash. 在应用程序过期时,您的应用程序将不再在分发它的任何设备上运行,只会崩溃。

An enterprise developer account will allow you to have 2 certificates at the same time. 企业开发人员帐户将允许您同时拥有2个证书。 The best way to avoid having problems with this is to create a new certificate every 1.5-2 years and switch over your new builds to use the new cert so that all of your users have a lot of time to install a new build before it stops working for them. 避免出现此问题的最佳方法是每1.5-2年创建一个新证书,并切换新版本以使用新证书,以便所有用户都有大量时间在新版本停止之前安装为他们工作。

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

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