<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "ImageCaptureCore",
  "identifier" : "/documentation/ImageCaptureCore/ICCameraDeviceDownloadDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "ImageCaptureCore"
    ],
    "preciseIdentifier" : "c:objc(pl)ICCameraDeviceDownloadDelegate"
  },
  "title" : "ICCameraDeviceDownloadDelegate"
}
-->

# ICCameraDeviceDownloadDelegate

Methods for managing camera file downloads.

```
protocol ICCameraDeviceDownloadDelegate : NSObjectProtocol
```

## Topics

### Responding to Download Status

[`didDownloadFile(_:error:options:contextInfo:)`](/documentation/ImageCaptureCore/ICCameraDeviceDownloadDelegate/didDownloadFile(_:error:options:contextInfo:))

Tells the delegate that the requested download has completed.

[`didReceiveDownloadProgress(for:downloadedBytes:maxBytes:)`](/documentation/ImageCaptureCore/ICCameraDeviceDownloadDelegate/didReceiveDownloadProgress(for:downloadedBytes:maxBytes:))

Updates the delegate about the status of the download.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)