How would you link to a specific movie in the movies app from your app? Using UIApplication.sharedApplication().openURL and an iTunes link (such as http://geo.itunes.apple.com/us/movie/mad-max-fury-road/id990549112?mt=6) does not work and gives the error "LaunchServices: ERROR: There is no registered handler for URL scheme http".
Is there an URL scheme for the default Movies app on tvOS and if so, how do you use it to open a specific movie?