<!--
{
  "availability" : [
    "Xcode: 14.3.0 -",
    "macOS: 10.14.0 -",
    "iOS: 12.2.0 -",
    "tvOS: 12.2.0 -"
  ],
  "documentType" : "article",
  "framework" : "MediaPlayer",
  "identifier" : "/documentation/MediaPlayer/becoming-a-now-playable-app",
  "metadataVersion" : "0.1.0",
  "role" : "sampleCode",
  "title" : "Becoming a now playable app"
}
-->

# Becoming a now playable app

Ensure your app is eligible to become the Now Playing app by adopting best practices for providing Now Playing info and registering for remote command center actions.

## Overview

> Note: This sample code project is associated with WWDC 2019 session 501: [Reaching the Big Screen with AirPlay 2](https://developer.apple.com/videos/play/wwdc19/501/).

### Configure the sample code project

Before you run the sample code project in Xcode:

- See the comments for the `NowPlayable` protocol in file `NowPlayable.swift`, to learn what settings and configuration you may want to customize for your use-case.
- Use the platform-specific `NowPlayableBehavior` class to implement your customizations to the standard behavior.

---

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)