mbruccoleri
mbruccoleri

Reputation: 91

iOS 9 Beta 3 Can't Trust Enterprise Developer Apps

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?

Upvotes: 9

Views: 4751

Answers (2)

Polar Bear
Polar Bear

Reputation: 928

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!

Upvotes: 9

mbruccoleri
mbruccoleri

Reputation: 91

I solved my problem by setting up Testflight internal testing through iTunes Connect. I can test my apps now.

Upvotes: 0

Related Questions