iOS9不受信任的企业开发人员,无法信任
本文翻译自:iOS9 Untrusted Enterprise Developer with no option to trust
This is not a duplicate of Untrusted App Developer . 这不是Untrusted App Developer的副本。 Since iOS9 there is no option to trust an enterprise build. 从iOS9开始,没有选择信任企业版本。 Has anyone found a workaround? 有没有人找到解决方法?
#1楼
参考:https://stackoom.com/question/24uQN/iOS-不受信任的企业开发人员-无法信任
#2楼
In iOS 9.1 and lower, go to Settings - General - Profiles - tap on your Profile - tap on Trust button. 在iOS 9.1及更低版本中,转到设置 - 常规 - 配置文件 - 点击您的个人资料 - 点击信任按钮。
In iOS 9.2+ & iOS 11+ go to: Settings - General - Profiles & Device Management - tap on your Profile - tap on Trust button. 在iOS 9.2+和iOS 11+中,转到: 设置 - 常规 - 配置文件和设备管理 - 点击您的个人资料 - 点击“ 信任”按钮。
In iOS 10+, go to: Settings - General - Device Management - tap on your Profile - tap on Trust button. 在iOS 10+中,转到: 设置 - 常规 - 设备管理 - 点击您的个人资料 - 点击“ 信任”按钮。
#3楼
Do it like this: 像这样做:
Go to Settings -> General -> Profiles - tap on your Profile - tap on the Trust button. 转到设置 - > 常规 - > 配置文件 - 点击您的个人资料 - 点击信任按钮。
but iOS10 has a little change, 但iOS10有一点变化,
Users should go to Settings - General - Device Management - tap on your Profile - tap on Trust button. 用户应该转到设置 - 常规 - 设备管理 - 点击您的个人资料 - 点击信任按钮。
Reference: iOS10AdaptationTips 参考: iOS10AdaptationTips
#4楼
For iOS 9 beta 3,4 users. 适用于iOS 9 beta 3,4用户。 Since the option to view profiles is not viewable do the following from Xcode. 由于无法查看查看配置文件的选项,请从Xcode执行以下操作。
- Open Xcode 7. 打开Xcode 7。
- Go to window, devices. 转到窗口,设备。
- Select your device. 选择您的设备。
- Delete all of the profiles loaded on the device. 删除设备上加载的所有配置文件。
- Delete the old app on your device. 删除设备上的旧应用。
- Clean and rebuild the app to your device. 清理并重建应用程序到您的设备。
On iOS 9.1+ n iOS 9.2+ go to Settings -> General -> Device Management -> press the Profile -> Press Trust. 在iOS 9.1+ n iOS 9.2+上,转到设置 - >常规 - >设备管理 - >按配置文件 - >按信任。
#5楼
Device : iPad Mini 设备 :iPad Mini
OS : iOS 9 Beta 3 操作系统 :iOS 9 Beta 3
App downloaded from : Hockey App 应用程序下载 :曲棍球应用程序
Provisioning profile with Trust issues : Enterprise 使用信任问题配置配置文件 :企业
In my case, when I navigate to Settings > General > Profiles, I could not see on any Apple provisioning profile. 就我而言,当我导航到设置>常规>配置文件时,我在任何Apple配置文件中都看不到。 All I could see is a Configuration Profile which is HockeyApp Config. 我只能看到配置文件是HockeyApp配置。
Here are the steps that I followed: 以下是我遵循的步骤:
- Connect the Device 连接设备
- Open Xcode 打开Xcode
- Navigate to Window > Devices 导航到窗口>设备
- Right click on the Device and select Show Provisioning Profiles... 右键单击设备,然后选择显示配置配置文件...
- Delete your Enterprise provisioning profile. 删除企业配置文件。 Hit Done. 点击完成。
- Open HockeyApp. 打开HockeyApp。 Install your app. 安装你的应用。
- Once the app finished installing, go back to Settings>General>Profiles. 应用完成安装后,请返回“设置”>“常规”>“配置文件”。 You should now be able to see your Enterprise provisioning profile. 您现在应该能够看到您的企业配置文件。
- Click Trust 单击信任
That's it! 而已! You're done! 你完成了! You can now go back to your app and open it successfully. 您现在可以返回到您的应用并成功打开它。 Hope this helped. 希望这有帮助。 :) :)
#6楼
Changes to Enterprise App Distribution Coming in iOS 9 iOS 9中企业应用程序分发的变化
iOS 9 introduces a new feature to help protect users from installing in-house apps from untrusted sources. iOS 9引入了一项新功能,可帮助防止用户从不受信任的来源安装内部应用程序。 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. 虽然不需要新的应用程序签名或配置方法,但企业用户管理其iOS 9设备上安装的内部应用程序的方式将发生变化。
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. 使用MDM解决方案安装的内部应用程序是明确受信任的,不再提示用户信任签署和配置应用程序的开发人员。 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. 如果您的企业应用程序未使用MDM解决方案,则首次安装您的应用程序的用户将被提示信任开发人员。 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. “设置”中的新界面允许用户查看从其组织安装的所有企业应用程序。
Source: Official email sent from [email protected] to existing enterprise app developers. 来源:从[email protected]发送给现有企业应用开发者的官方电子邮件。