关于ios:iOS9不受信任的企业开发人员,没有信任的选项

iOS9 Untrusted Enterprise Developer with no option to trust

这不是Untrusted App Developer的副本。 从iOS9开始,没有选项可以信任企业版本。 有没有人找到解决方法?

enter image description here


在iOS 9.1及更低版本中,转到设置-常规-配置文件-点击您的配置文件-点击信任按钮。

在iOS 9.2+和iOS 11+中,转到:设置-常规-配置文件和设备管理-点击您的配置文件-点击信任按钮。

在iOS 10+中,转到:设置-常规-设备管理-点击您的个人资料-点击信任按钮。


像这样做:

Enter image description here

转到设置->常规->个人资料-点击您的个人资料-点击信任按钮。

但是iOS10有一点变化,

用户应转到设置-常规-设备管理-点击您的个人资料-点击信任按钮。

enter image description here

参考:iOS10AdaptationTips


适用于iOS 9 beta 3,4用户。由于查看配置文件的选项不可见,因此请从Xcode执行以下操作。

  • 打开Xcode 7。
  • 转到设备窗口。
  • 选择您的设备。
  • 删除设备上加载的所有配置文件。
  • 删除设备上的旧应用。
  • 清理并重新构建应用程序到您的设备。
  • 在iOS 9.1+或iOS 9.2+上,转到设置->常规->设备管理->按配置文件->按信任。


    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.

    Changes to Enterprise App Distribution Coming in iOS 9

    来源:从[email protected]发送给现有企业应用程序开发人员的官方电子邮件。


    设备:iPad Mini

    操作系统:iOS 9 Beta 3

    从以下网站下载的应用程序:Hockey App

    带有信任问题的供应配置文件:企业

    就我而言,当我导航至"设置">"常规">"配置文件"时,在任何Apple供应配置文件中都看不到。我所看到的只是一个配置文件,即HockeyApp Config。

    Settings>常规>配置文件>
</p>
<p>
这是我遵循的步骤:
</p>
<li>
连接设备
</li>
<li>
开启Xcode
</li>
<li>
导航到窗口>设备
</li>
<li>
右键单击设备,然后选择显示配置文件...。
</li>
<li>
删除您的企业配置文件。点击完成。<br />
<img src="常规">"配置文件"。现在,您应该可以看到您的企业配置文件。
    enter image description here

  • 点击信任
    enter image description here
  • 而已!你完成了!现在,您可以返回到您的应用并成功打开它。希望这会有所帮助。 :)


    在iOS 9.2上,Profiles重命名为Device Management
    现在导航如下所示:
    Settings -> General -> Device Management -> Tap on necessary profile in list -> Trust.