iOS9 Untrusted Enterprise Developer with no option to trust

IosIos9Ios Enterprise

Ios Problem Overview


This is not a duplicate of Untrusted App Developer. Since iOS9 there is no option to trust an enterprise build. Has anyone found a workaround?

enter image description here

Ios Solutions


Solution 1 - Ios

In iOS 9.1 and lower, go to Settings - General - Profiles - tap on your Profile - tap on Trust button.

In iOS 9.2+ & iOS 11+ go to: Settings - General - Profiles & Device Management - tap on your Profile - tap on Trust button.

In iOS 10+, go to: Settings - General - Device Management - tap on your Profile - tap on Trust button.

Solution 2 - Ios

Do it like this:

Enter image description here

Go to Settings -> General -> Profiles - tap on your Profile - tap on the Trust button.

but iOS10 has a little change,

Users should go to Settings - General - Device Management - tap on your Profile - tap on Trust button.

enter image description here

Reference: iOS10AdaptationTips

Solution 3 - Ios

For iOS 9 beta 3,4 users. Since the option to view profiles is not viewable do the following from Xcode.

  1. Open Xcode 7.
  2. Go to window, devices.
  3. Select your device.
  4. Delete all of the profiles loaded on the device.
  5. Delete the old app on your device.
  6. 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.

Solution 4 - Ios

Changes to Enterprise App Distribution Coming in 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

Source: Official email sent from [email protected] to existing enterprise app developers.

Solution 5 - Ios

Device: iPad Mini

OS: 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. All I could see is a Configuration Profile which is HockeyApp Config.

Settings>General>Profile

Here are the steps that I followed:

  1. Connect the Device
  2. Open Xcode
  3. Navigate to Window > Devices
  4. Right click on the Device and select Show Provisioning Profiles...
  5. Delete your Enterprise provisioning profile. Hit Done. Window>Device>Provisioning Profile
  6. Open HockeyApp. Install your app.
  7. Once the app finished installing, go back to Settings>General>Profiles. You should now be able to see your Enterprise provisioning profile. enter image description here
  8. Click Trust enter image description here

That's it! You're done! You can now go back to your app and open it successfully. Hope this helped. :)

Solution 6 - Ios

On iOS 9.2 Profiles renamed to Device Management.
Now navigation looks like that:
Settings -> General -> Device Management -> Tap on necessary profile in list -> Trust.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionRyan RomanchukView Question on Stackoverflow
Solution 1 - IosAlexander YatsenkoView Answer on Stackoverflow
Solution 2 - IosChenYilongView Answer on Stackoverflow
Solution 3 - IosMark McCorkleView Answer on Stackoverflow
Solution 4 - Iosonmyway133View Answer on Stackoverflow
Solution 5 - IosKarenAnneView Answer on Stackoverflow
Solution 6 - IosVlad PapkoView Answer on Stackoverflow