Managed apps on Apple TV

Hello,


I have a couple of questions that I was not able to completely clarify from the Apple WWDC MDM videos.


1. Are only Enterprise Apps supported on the tvOS 11?

It does not seem to be possible to use the InstallApplication MDM command to install a managed app, so I suppose so, or?


2. If the InstallApplication MDM commandis supported, then are VPP apps supported on tvOS as well?

I did try the same on Apple TV by sending the installApplication command and I get the below error


<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>CommandUUID</key>

<string>5454a7fb620d9381596ed7e530ee9825</string>

<key>ErrorChain</key>

<array>

<dict>

<key>ErrorCode</key>

<integer>12008</integer>

<key>ErrorDomain</key>

<string>MCMDMErrorDomain</string>

<key>LocalizedDescription</key>

<string>The MDM request is invalid.</string>

<key>USEnglishDescription</key>

<string>The MDM request is invalid.</string>

</dict>

</array>

<key>RejectionReason</key>

<string>NotSupportedOnAppleTV</string>

<key>Status</key>

<string>Error</string>

<key>UDID</key>

<string>01c3d50a3a45ef4519fb67d2540d9cd23882bdd5</string>

</dict>

</plist>]


Anyone tried their luck with App installation on Apple TV?

Got the exact same Probleme, but i need this function. Anybody made any progress on this?

I solved this problem just now. This application is supported by AppleTV, but installed only after synchronization with VPP. The device module has no VPP code for the application, the server will return an error: "Not supported on Apple TV"

Managed apps on Apple TV
 
 
Q