I need to build support for Apple TV in a web app. But I can’t seem to find the user agent string for its browser anywhere.
Can anyone help out?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A Sample UA is
User-Agent: iTunes-AppleTV/4.1
The 4.1 being the software version. There can be characters after the version so you need to take that into account when doing matching.