When configuring our video players, we sometimes use the user agent of the device to know which video renditions to send to the device during video playback.
Currently, the ATV device are reporting this user agent in the HTTP headers as:
AppName/1 CFNetwork/758.1.2 Darwin/15.0.0
Can we count on this as the user agent for a while, or do we expect this to change in a future OS version to something more sensible like:
AppName/1 CFNetwork/758.1.3 AppleTV/16.0.0
Best, Mike