|
0
|
| Jacob Phan · 技术社区 · 6 年前 |
|
|
1
0
因为苹果的沙箱政策 https://developer.apple.com/library/archive/documentation/Security/Conceptual/AppSandboxDesignGuide/AboutAppSandbox/AboutAppSandbox.html ,您的应用程序无法直接读取库中的照片,它将遇到错误:NSURLConnection finished,错误代码为-1002。 我的方法是:
|