Launch AppleTV Remote App

Does anyone know the script syntax to add to a button to launch the Apple TV Remote App? I built a button and added the following script to it but it does not work:

App.OpenUri("remote://);

If I change remote to music it launches Apple Music just fine

There was a discussion about this on reddit. It actually looks like they may have removed this capability from the app, assuming info.plist shared by 1 user is accurate.

If these sources of info can be trusted, it would seem it’s being added back as “tvremote://” in iOS v16 (requiring the separate TV Remote App):

  1. Apple TV Remote App Makes a Comeback in iOS 16 - iPhone in Canada | Canada News Media
  2. Complete List of iOS URL Schemes for Apple Apps and Services (Always-Updated) | by Justin Meyers | Medium

Here’s another workaround: