这不是一个副本的不受信任的应用程序开发。从iOS9开始,就没有信任企业版本的选项了。有人找到解决办法了吗?
在iOS 9.1及以下版本,点击“设置”-“常规”-“配置文件”-“信任”按钮。
在iOS 9.2+和iOS 11+去:设置-通用-配置文件和设备管理-轻按你的配置文件-轻按信任按钮。
在iOS 10+系统下,进入:设置—常规—设备管理—轻按配置文件—轻按信任按钮。
这样做:
进入设置->常规->配置文件-点击你的配置文件-点击信任按钮。
但是iOS10有一些变化,
用户应该进入“设置”-“常规”-“设备管理”-“配置文件”-“信任”按钮。
参考:iOS10AdaptationTips
对于iOS 9 beta 3,4用户。因为查看配置文件的选项是不可见的,在Xcode中执行以下操作。
打开Xcode 7。 进入窗口,设备。 选择您的设备。 删除设备上加载的所有配置文件。 删除设备上的旧应用程序。 清理并重新构建应用程序到您的设备。
在iOS 9.1+ n iOS 9.2+操作系统中,进入“设置”->常规->设备管理->按“配置文件”->按“信任”。
设备:iPad Mini
操作系统:iOS 9 Beta 3
App下载地址:冰球App
有信任问题的配置文件:企业
在我的情况下,当我导航到设置>一般>配置文件时,我看不到任何苹果配置文件。我所能看到的是一个配置文件是HockeyApp配置。
以下是我遵循的步骤:
连接设备 打开Xcode 进入“>设备”窗口 右键单击设备并选择Show Provisioning Profiles… 删除企业配置配置文件。点击完成。 HockeyApp开放。安装你的应用。 一旦应用程序完成安装,返回设置>一般>配置文件。您现在应该能够看到您的企业配置配置文件。 单击信任
就是这样!你已经完成了!现在你可以回到你的应用程序并成功打开它。希望这对你有所帮助。:)
iOS 9将对企业应用分发进行调整
iOS 9 introduces a new feature to help protect users from installing in-house apps from untrusted sources. While no new app signing or provisioning methods are required, the way your enterprise users manage in-house apps installed on their iOS 9 devices will change. In-house apps installed using an MDM solution are explicitly trusted and will no longer prompt the user to trust the developer that signed and provisioned the app. If your enterprise app does not use an MDM solution, users who install your app for the first time will be prompted to trust the developer. All users who install your app for the first time will need an internet connection. Using a new restriction, organizations can limit the apps installed on their devices to the in-house apps that they create. And a new interface in Settings allows users to see all enterprise apps installed from their organization.
来源:从developer@insideapple.apple.com发送给现有企业应用程序开发人员的官方电子邮件。
推荐文章
- 如何使用接口生成器创建的nib文件加载UIView
- iOS如何设置应用程序图标和启动图像
- 更改UITextField和UITextView光标/插入符颜色
- 'Project Name'是通过优化编译的——步进可能会表现得很奇怪;变量可能不可用
- 如何设置回退按钮文本在Swift
- 模拟器慢动作动画现在打开了吗?
- 如何为TableView创建NSIndexPath
- 滑动删除和“更多”按钮(就像iOS 7的邮件应用程序)
- 使UINavigationBar透明
- 如何改变推和弹出动画在一个基于导航的应用程序
- 删除/重置核心数据中的所有条目?
- setNeedsLayout vs. setNeedsUpdateConstraints和layoutIfNeeded vs. updateConstraintsIfNeeded
- 不区分大小写的比较
- 我怎么能得到一个uiimage的高度和宽度?
- 我如何模仿地图应用程序的底部表格?