如何在 iPhone 上查找应用程序文件夹

发布于 2024-09-27 11:33:02 字数 137 浏览 0 评论 0原文

我将制作一个影响另一个应用程序的应用程序。我唯一不知道的是...
如何查找其他应用程序的文件夹(例如“0A007EC0-F477-4A61-8F67-C075024F8463”)。

有人知道吗?

谢谢,
温兹戈尔

I'm going to make an app which influence another app. The only thing I don't know is ...
How to find the folder of the other app (Like "0A007EC0-F477-4A61-8F67-C075024F8463").

Does someone know it ?

Thanks,
Vinzgore

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

萌辣 2024-10-04 11:33:02

你无法在 iOS 下访问另一个应用程序的文件结构,除非它是越狱的设备。它全部是沙盒的。

You can't access the file structure of another app under iOS unless its a jail broken device. Its all sandboxed.

羁绊已千年 2024-10-04 11:33:02

您可以使用获取当前的应用程序文件夹

NSString *pathOfApp = [[NSBundle mainBundle] bundlePath];

希望这有帮助

You can get your current applications folder using

NSString *pathOfApp = [[NSBundle mainBundle] bundlePath];

Hope this helps

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文