objective c - Display console for log statements within app for third-party debugging in iOS 7 -


I am trying to implement the debug page within my iOS app for third-party debugging. Ideally, this page will display the log output of all my app as you would see in Xcode's console.

Has anyone applied it? Third-party apps were available to show full console output, but it seems that they are no longer practical in iOS 7. It is my understanding that the log statements of the system, as well as the log statements from the external app are not accessible due to iOS 7 for a strict sandboxing policy.

Reference:

< p> You can try the library, it shows a debug window with console logs (NSLogs) from your app, it also allows those logs to be sent to your email address.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -