---
title: Becoming a now playable app
framework: mediaplayer
role: sampleCode
role_heading: Sample Code
path: mediaplayer/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

Overview note: This sample code project is associated with WWDC 2019 session 501: Reaching the Big Screen with AirPlay 2. 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.

## See Also

### Now Playing information

- [MPNowPlayingSession](mediaplayer/mpnowplayingsession.md)
- [MPNowPlayingInfoCenter](mediaplayer/mpnowplayinginfocenter.md)
- [MPNowPlayingInfoLanguageOption](mediaplayer/mpnowplayinginfolanguageoption.md)
- [MPNowPlayingInfoLanguageOptionGroup](mediaplayer/mpnowplayinginfolanguageoptiongroup.md)
- [Language option characteristic constants](mediaplayer/language-option-characteristic-constants.md)
