playURL
A URL that causes the app which created this content item to begin playing the item at the user’s current position.
Declaration
var playURL: URL? { get set }Discussion
When the user presses play on the remote, opened, your application is launched if it wasn’t already running and then your UIApplication delegate is called. If at all possible, your application should immediately begin playing the content without any prompting for other information or displaying any other UI. Your app should start playback at the user’s current position within the content.