简体   繁体   English

企业帐户的配置文件过期后,应用程序将崩溃

[英]App will crash after provision profile of enterprise account expires

App will crash after provision profile of enterprise account expires. 企业帐户的配置文件过期后,应用程序将崩溃。 I have thought four ways to update it, but I believe there is a better way. 我曾想过四种更新方法,但我相信有更好的方法。

1.Rebuild app before expire date, and notice users to update by email or phone call. 1.在到期日期之前重建应用程序,并通知用户通过电子邮件或电话进行更新。 --This is userful, but users will be seriously affected. -这很有用,但用户将受到严重影响。 2.Send configuration files with MDM. 2.使用MDM发送配置文件。 --This is awesome, but users may not accept MDM because of privacy. -太棒了,但是由于隐私原因,用户可能不接受MDM。 3.Rebuild app two months before expire date, when users login in the app, show a alert to notice them to update. 3.在到期日期前两个月重建应用程序,当用户登录应用程序时,显示警报以通知他们进行更新。 --This is userful, and users will be little affected. -这很有用,用户几乎不会受到影响。 4.Rebuild app two months before expire date, when users open the app, read expire date of provision profile, and then show a alert to notice them to update. 4.在到期日期前两个月重建应用程序,当用户打开该应用程序时,请阅读配置文件的到期日期,然后显示一条警报以通知他们进行更新。 --This is userful, and users will be little affected. -这很有用,用户几乎不会受到影响。

Method 3 and method 4 are meaningful, but I want to get a better way that can update the provision profile with no disturb. 方法3和方法4有意义,但是我想获得一种更好的方法来更新提供配置文件而不会受到干扰。

In the case of an iOS application, while building and archiving, the provisioning details are being embedded into it. 对于iOS应用程序,在构建和归档时,置备细节将嵌入其中。 Once the app has built, the provisioning information is permanent. 构建应用后,配置信息将永久保留。 There seems to be no solution to your problem without distributing the new build and the existing users. 如果不分发新版本和现有用户,似乎无法解决您的问题。

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

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