Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 9 Beta 3 Can't Trust Enterprise Developer Apps

Tags:

ios

ios9

iphone

I updated to iOS 9 Beta 3 today, and I need to test an IPA file on my phone.

I put it on, and it says I need to trust the developer first before I can open the app. I went to Settings > General > Profiles, and the option to do so is not present like it was in iOS Beta 2. Anyone else have this problem and a solution?

like image 481
mbruccoleri Avatar asked Jul 09 '15 00:07

mbruccoleri


1 Answers

I was having a similar issue and I just resolved it. Below are the steps I took:

  1. Open up Xcode 7 Beta 3
  2. Open the Devices Window under the Window menu item (CMD+SHIFT+2)
  3. Under Devices on the upper left select your device that you cannot run the app on
  4. Right Click on your device and and select Show Provisioning Profiles
  5. Select each provisioning profile on the phone and click the [-] to delete all of them.
  6. Now try installing the app via Xcode, if you keep the Show Provisioning Profiles window open you will see it install the ones for your app.

That did the trick for me. I could not trust the app since it was not in the profiles and this got it to launch just fine now. Best of luck!

like image 165
Polar Bear Avatar answered Nov 15 '22 19:11

Polar Bear