当开发证书过期时,应用程序会发生什么?
What happens to an app when its development certificate expires?
According to Apple,一旦分发证书过期,内部应用程序将停止工作:
iOS Distribution Certificate (in-house, internal use apps)
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.
我的问题是:
使用 iOS 开发 证书构建的应用程序是否相同?我的猜测是肯定的,但我想确定...
请注意:我不是在问 App Store 中的应用会发生什么,我知道它们不会受到影响。
是的,你的假设是正确的。
According to Apple,一旦分发证书过期,内部应用程序将停止工作:
iOS Distribution Certificate (in-house, internal use apps)
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.
我的问题是:
使用 iOS 开发 证书构建的应用程序是否相同?我的猜测是肯定的,但我想确定...
请注意:我不是在问 App Store 中的应用会发生什么,我知道它们不会受到影响。
是的,你的假设是正确的。