且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在iOS7中查看控制台登录

更新时间:2023-12-04 16:17:25

我们是创建者的系统控制台 - https://itunes.apple.com/au / app / system-console / id431158981?mt = 8

We're the creator of System Console - https://itunes.apple.com/au/app/system-console/id431158981?mt=8

看起来在iOS7中,沙盒现在可以防止应用程序看到其他应用的日志。在iOS6应用程序中,可能无法再看到内核和系统日志条目。现在在iOS7中,您只能看到自己的日志。对于系统控制台这显然是一个交易破坏者。

It looks like in iOS7 the sandbox now prevents an app from seeing the logs of other apps. In iOS6 apps could no longer see kernel and system log entries. Now in iOS7 you can only see your own logs. For System Console this is obviously a deal breaker.

我没有看到任何应用商店获得批准的方法。

I don't see any apps store approved ways of getting around it.

可能我们必须找到一种后门的方法来访问日志,并使用此方法将源代码发布到系统控制台。也就是说,你自己建立。

It might be that we have to find a backdoor way of accessing the logs and release the source code to System Console with this method. i.e you build it yourself.

Chris