<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BundleResources",
  "identifier" : "/documentation/BundleResources/Information-Property-List/MDESupportsUniversalURLPlayback",
  "metadataVersion" : "0.1.0",
  "role" : "Property List Key",
  "symbol" : {
    "kind" : "Property List Key",
    "modules" : [
      "Bundle Resources"
    ],
    "preciseIdentifier" : "plist:Information_Property_List.MDESupportsUniversalURLPlayback"
  },
  "title" : "MDESupportsUniversalURLPlayback"
}
-->

# MDESupportsUniversalURLPlayback

A Boolean value that indicates whether an app supports URL-based playback via a media device extension.

## Discussion

Set this key to `true` in your media app’s `Info.plist` file to turn on the <doc://com.apple.documentation/documentation/AVSystemRouting/AVSystemRoute-5s2um/LaunchMode/player> launch mode, which uses the remote device’s built-in media player to play a URL:

```xml
<key>MDESupportsUniversalURLPlayback</key>
<true/>
```

When you set this key to `true`, your app can start a playback session using <doc://com.apple.documentation/documentation/AVSystemRouting/AVSystemRouteSession-gp78> with a media URL and the <doc://com.apple.documentation/documentation/AVSystemRouting/AVSystemRoute-5s2um/LaunchMode/player> launch mode. The system routes the URL to the device’s built-in player without requiring a corresponding application on the remote device.

If you don’t set this key to `true`, calls to <doc://com.apple.documentation/documentation/AVSystemRouting/AVSystemRouteSession-gp78/start()> with the <doc://com.apple.documentation/documentation/AVSystemRouting/AVSystemRoute-5s2um/LaunchMode/player> launch mode fail.

---

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)