Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的意思是不是代码内访问。例如,我已经安装了应用程序(通过 Testflight 服务)并且我想查看/修改它的资源。
我可以从 XCode 管理器下载库数据,但不能从整个应用程序下载。也许有办法下载应用程序(修改后上传回来)?
如果您正在开发应用程序,则可以查看应用程序沙箱中的文件。要在 Xcode 中执行此操作,请在设备连接时打开 Xcode 管理器,选择“设备”选项卡,打开设备名称下方的下拉按钮,选择应用程序,然后选择要检查沙盒的应用程序。然后点击下载按钮。
希望这可以帮助!
您可以将应用程序的 .app 传输到 windows 机器。在windows机器上就能提取.app里面的内容