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.
我想从我的 iPhone 应用程序中查看数据库。
我可以从 Xcode 的管理器下载应用程序的 xcappdata 文件夹,但我真的更喜欢从命令行执行此操作,以便整个过程可以自动化。
数据库需要从实际的 iPhone 中提取,而不是从模拟器中提取。这可能吗?
Apple 不允许您从 iPhone 中提取数据,因为您可以简单地从手机中提取钥匙串文件或个人数据并对其进行解密。但是,如果您愿意,您可以越狱 iPhone,从 Cydia 下载 OpenSSH,然后通过 SSH 到手机上下载文件。我不赞成第二种方法;只有当你真的想要这个文件时。
我想我正确理解了你的问题,但如果我错了,请告诉我。
希望这可以帮助。