I'm trying to implement a debug page within my iOS app for third-party debugging. Ideally, this page would display all of my app's log output similar to what you would see in Xcode's console.
Has anyone implemented this? Third party apps used to exist to show complete console output, but it appears that they are no longer practical in iOS 7. It is my understanding that system wide log statements, as well as log statements from external apps are inaccessible as of iOS 7 due to a stricter sandboxing policy.
References:
objective c iphone : can we view console log on device
Display console for log statements within app for third-party debugging in iOS 7