<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVExternalStorageDeviceDiscoverySession",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVExternalStorageDeviceDiscoverySession"
  },
  "title" : "AVExternalStorageDeviceDiscoverySession"
}
-->

# AVExternalStorageDeviceDiscoverySession

Informs your app when the external storage devices connect to and disconnect from the system.

```
class AVExternalStorageDeviceDiscoverySession
```

## Topics

### Checking for session support on a device

[`isSupported`](/documentation/AVFoundation/AVExternalStorageDeviceDiscoverySession/isSupported)

A Boolean value that indicates whether the system supports external storage devices.

### Retrieving the shared device discovery session instance

[`shared`](/documentation/AVFoundation/AVExternalStorageDeviceDiscoverySession/shared)

The system’s singleton device discovery session instance.

### Monitoring for storage device updates

[`externalStorageDevices`](/documentation/AVFoundation/AVExternalStorageDeviceDiscoverySession/externalStorageDevices)

An array of external storage devices the session updates as individual devices connect or disconnect from the system.



---

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)