27

I'm using TFLog in my iPhone app, but where on https://testflightapp.com can I view the output?

ma11hew28
  • 121,420
  • 116
  • 450
  • 651
  • 12
    Matt the reply below should be marked as the answer. it is not fair to those who really are helpful not get the credit they deserve – Joe Jul 13 '12 at 15:23
  • Two years later and the answer still hasn't been marked as accepted?? – memmons Mar 25 '14 at 16:58

1 Answers1

84

I just found this out by trial and error and a lot of clicking about on the TestFlight site. It's so well buried that I assumed there was no way to view the output yet on their site!

  1. Click on Builds and then select the build of your app that you're interested in
  2. Click on Sessions in the left-hand sidebar
  3. Click the sessions from the user you're interested in
  4. Click the "i" information graphic on the right-hand side for the individual session you're interested in
  5. Click the Events drop-down on the right of the window that appears and select Log
  6. The TFLog output is displayed. Note that it's mixed in with any Checkpoints that have been passed within that session
John Topley
  • 113,588
  • 46
  • 195
  • 237
  • 9
    yeah that was helpful!! +1 btw this should be marked as the answer – Joe Jul 13 '12 at 15:21
  • 12
    That's ridiculous. Testflight has some serious usability issues – Snowman Sep 27 '12 at 04:00
  • 4
    Testflight is probably one of the most user-unfriendly sites I've ever seen. – martin Sep 10 '13 at 07:50
  • I have to agree with @moby, would be handy if there was a page dedicated just to viewing logs, rather than click, click, click just to view one. Apart from that their site is awesome. – Brad Moore Jan 13 '14 at 05:20