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.
问题很简单,是否可以从另一个应用程序访问文档目录?没有越狱!
谢谢
你不能。由于应用程序沙箱,您只能限制其自己的沙箱目录,该目录作为应用程序及其数据的主目录。
https://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/TheiOSEnvironment/TheiOSEnvironment.html#//apple_ref/doc/uid/TP40007072-CH9-SW1
但是您可以通过钥匙串共享数据,也可以将数据保存在服务器上。