IOS Untrusted Developer error when testing app

applicationsiosSecurityxcode

I am trying to make my own iOS applications by using Xcode 7 and iOS 9.0. I have successfully been able to install the app on my own iPod by following Xcode 7 develop for iOS without developer account however when I run the application I get this error:

Untrusted Developer Your device management settings do not allow using apps from developer iPhone Developer on this iPod. You can allow using these apps in Settings.

I had a quick look in the Settings app but cannot find a way to allow this application that I made. How would I 'trust' this application running iOS 9?

Best Answer

Enterprise and other certificates have to be manually trusted on iOS 9 when they didn't have to on iOS 8 and earlier.

  • Open the Settings app
  • Open General
  • Open Profiles (you won’t see this until after the first profile is installed on an iOS device)
  • Choose the affected profile and trust it

If you don't see "Profiles & Device Management" then your device needs to reinstall the app or get the appropriate profile from MDM / other enrollment. Also, if your network or system blocks any outbound traffic to Apple servers for time sync, OCSP/CRL or notarization checks, you will see errors or potentially have other challenges to run apps.