I have checked the Documentations and Forum for half a day or so. It looks to me that Pushing App Config function is not supported for tvOS platform (but is supported for iOS) in Hexnode. Is that true? I have searched and found that maybe Jamf is able support this function for tvOS: https://github.com/jamf/ManagedAppConfigLib.
Our requirement is to install our own app and set as single app mode for hundreds of Apple TVs among various countries & regions, and apply different configurations based on UDID after installation.
If in hexnode, this requirement cannot be fulfilled by pushing app config files, is there any way to communicate between the application in Apple TV and hexnode MDM? Here’re some ideas I can come up with:
1. Hexnode send background notifications to Apple TV for our app to receive and handle
2. Hexnode get screenshot of the Apple TV after installation so we can get see the UUID in app UI, thus we know the mappings of UDID and UUID.
3. Hexnode get the app logs of Apple TV to capture the printed UUID string
Much apprieciate if anyone could help.