If I revoke iOS Enterprise will the app still work?(如果我撤销 iOS 企业版,该应用程序还能运行吗?)
问题描述
我正在通过外部 URL 部署我的应用程序.该应用程序使用企业配置文件安装在全球数百台设备上.证书将在几天后到期.我的问题是吊销证书会影响任何现有用户吗?我知道新用户将无法安装该应用程序,但现有用户呢?他们仍然能够正确使用该应用程序吗?如果是这样,您是否知道 Apple 允许该应用程序运行多长时间的时间范围?
I am deploying my application via external URL. The application is installed on hundreds of devices all over the world using a Enterprise provisioning profile. The certificate is about to expire with a few days. My question is would revoking the certificate effect any of the existing users? I am aware that new users wont be able to install the application but what about existing users? Will they still be able to use the application correctly? If so do you know a time frame of how long Apple allows the application to work for?
推荐答案
吊销证书将使任何现有应用程序失败.我相信重新启动设备时会检查证书.
Revoking the certificate will make any existing apps fail. I believe the certificates are checked when the device is rebooted.
您需要创建另一个新证书并使用新构建的应用更新您用户的设备.
You need to create another new certificate and update your user's device with a newly built app.
但是,即使您不撤销当前证书,任何现有应用程序仍将在几天后到期时停止工作.
However, even if you don't revoke the current certificate, any existing apps will still stop working when it expires in a few days.
https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/DistributingEnterpriseProgramApps/DistributingEnterpriseProgramApps.html#//apple_ref/doc/uid/TP40012582-CH33-SW13一个>
这篇关于如果我撤销 iOS 企业版,该应用程序还能运行吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如果我撤销 iOS 企业版,该应用程序还能运行吗?


- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01