I know that it is possible to get crash reports from an appstore customer, either using xcode -> organizer -> crash, or telling the customer to go to settings -> privacy -> diagnostics.
However, the app did not crash (just hangs) and there is no crash report created. I would like to get the regular console output of the app to gather some more informations. Is there a way to force the creation of a log file, either by iphone settings or by changing my app?