i've got a problem with TestFlight.
My app works fine in iOS simulator (8.1 & 9.1) and on my iPad (9.0.2) when connected over USB cable. Now i want to share my app over TestFlight with some friends. After download and install via TestFlight the same app don't work on the same iPad it worked fine before.
When i start the TestFlight version it takes some seconds then the screen turns black and after a few more seconds i get back to the home screen. After connecting the iPad again there are no crash logs on device.
What can i do to find the error? Is there a possibility to debug TestFlight apps with the debug console from xcode?
When using the simulator and attached with the USB are you using the release scheme?
If not, in Xcode:
Then, when you build in the simulator or on your (connected) iPad you will, most likely, get the same result as the TF install (or a deployment) and can find where your app is crashing. Don't forget to turn on All Exceptions in the Breakpoint Navigator.
I've done this and it works.