浏览iphone上的文件以查找崩溃日志

时间:2022-01-11 00:13:21

I want to make a option like a browse window where the contents of iphone data will be displayed and the user can select any file. I know the nsfileManager can be used but I do not know which paths to gets the data contents and how to use nsfilemanager here.

我想做一个选项,如浏览窗口,其中将显示iPhone的数据内容,用户可以选择任何文件。我知道可以使用nsfileManager,但我不知道获取数据内容的路径以及如何在这里使用nsfilemanager。

Please help. Thanks in advance.

请帮忙。提前致谢。

1 个解决方案

#1


1  

You can't achieve it. All that you can - make a desktop app for monitoring files on devices. Or use this http://www.i-funbox.com/ Also, if there is any private API to do it (not sure about it), app still will be rejected from appstore. For your own usage i-funbox is pretty enough.

你无法实现它。所有这一切 - 制作一个桌面应用程序来监控设备上的文件。或者使用此http://www.i-funbox.com/此外,如果有任何私有API(不确定),app仍将被拒绝从appstore。对于您自己的用法,i-funbox足够了。

If you just need crash logs - Xcode can help to find them and parse.

如果你只需要崩溃日志 - Xcode可以帮助找到它们并进行解析。

#1


1  

You can't achieve it. All that you can - make a desktop app for monitoring files on devices. Or use this http://www.i-funbox.com/ Also, if there is any private API to do it (not sure about it), app still will be rejected from appstore. For your own usage i-funbox is pretty enough.

你无法实现它。所有这一切 - 制作一个桌面应用程序来监控设备上的文件。或者使用此http://www.i-funbox.com/此外,如果有任何私有API(不确定),app仍将被拒绝从appstore。对于您自己的用法,i-funbox足够了。

If you just need crash logs - Xcode can help to find them and parse.

如果你只需要崩溃日志 - Xcode可以帮助找到它们并进行解析。