AVSystemRouteLaunchMode.player
Launches the system’s built-in media player on the remote device.
Declaration
case playerDiscussion
Use this mode when you want to use the remote device’s built-in media player instead of launching a custom application. This provides a standardized playback experience without requiring a corresponding application to be installed on the remote device.
To support the AVSystemRouteLaunchModePlayer launch mode, the MDESupportsUniversalURLPlayback key must be set in the app’s Info.plist file. For example:
<key>MDESupportsUniversalURLPlayback</key>
<true/>