NSURLConnectionDownloadDelegate file issue

前端 未结 4 508
清歌不尽
清歌不尽 2021-02-08 03:07

Now that 5.0 is launched and we can discuss it without breaching Apple\'s NDA, I have an issue with the new version of NSURLConnection. This has a new delegate, NSURLConne

4条回答
  •  孤城傲影
    2021-02-08 04:04

    Documentation tells the file is only guaranteed to exist while the delegate method is called so you will need to copy it somewhere else the moment the delegate method is called.

    Google tells me people are having problems when the Server sends a cryptic filename and/or mime-type.

提交回复
热议问题