<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAssetCache/isPlayableOffline",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVAssetCache(py)playableOffline"
  },
  "title" : "isPlayableOffline"
}
-->

# isPlayableOffline

A Boolean value that indicates whether the asset is playable without an internet connection.

```
var isPlayableOffline: Bool { get }
```

## Discussion

Check the value of this property to determine the asset’s suitability for playback before presenting or attempting to play it.

> Note:
> A property value of <doc://com.apple.documentation/documentation/Swift/true> doesn’t indicate that all of the asset’s associated media selection options are available for offline playback. Instead, call ``doc://com.apple.avfoundation/documentation/AVFoundation/AVAssetCache/mediaSelectionOptions(in:)`` to determine which media selections are available.

---

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)