【发布时间】:2014-12-16 11:23:12
【问题描述】:
我试图在我的 Web 视图控制器中打开 (using loadData/loadRequest methods of webview) 受密码保护的文件。我可以打开受密码保护的 pdf 和 zip 文件。它工作正常。但是当我尝试打开其他受密码保护的文件时,它会显示错误。
(unable to read document).
如果我尝试在 Safari 中打开该文件,我也会遇到同样的错误。 但它在 iPad 邮件本机应用程序中运行良好。
请指导我。什么问题?
每当我尝试打开受密码保护的 pdf/ppt 文件时,它都会返回以下异常
**EXCEPTION SFUZipEndOfCentralDirectoryError: Could not find the end of central directory record**
【问题讨论】: