Search code examples
iosobjective-cios6testflight

TestFlight app freezes on startup


While running an app distributed via TestFlight, it keeps freezing on the splash screen. I have created a new distribution certificate and an Ad Hoc provisioning profile to go with it.

I believe that I have done all the necessary steps in the project itself:

  • I added the TestFlight library and libz.dylib
  • I entered the two lines needed into my appdelegate
  • I changed the release signing entity to my distribution profile

Uploading it to TestFlight works like a charm, so does downloading and installing the app to the test phone. When I run it though, it freezes on the splash screen. No crashes or errors...

Any ideas?


Solution

  • Solved it. Apparently, you can not have your iPhone connected to the computer while running the app installed via TestFlight.