Page 1 of 1
STA compliant browser identification

Posted:
Sun Aug 11, 2013 7:40 am
by nrichins
Is there any simple way for an app to know when it is talking to a "STA compliant" device?
Appending "STA compliant" to the user agent string, or setting a javascrip variable would be a great way to help an app know when it is talking to a "STA compliant" device.
STA compliant browser identification

Posted:
Sun Aug 11, 2013 7:40 am
by nrichins
Is there any simple way for an app to know when it is talking to a \"STA compliant\" device?
Appending \"STA compliant\" to the user agent string, or setting a javascrip variable would be a great way to help an app know when it is talking to a \"STA compliant\" device.
Re: STA compliant browser identification

Posted:
Sun Aug 11, 2013 7:40 am
by SDK_STA
Hi,
> Is there any simple way for an app to know when it is talking to a \"STA compliant\" device?
Regarding v2.0, pleaser refer to Smart_TV_Alliance_SDK_Diversity_Handling_Guidelines_2.0.0.pdf - 3. Platform identification. An app can tell an STA complient device using the user agent.
Regardging v2.5, please refer to the technical specification - 3.3.4. User Agent String. An app call tell an STA complient device by searching the common string \"SmartTvA/2.5.0\" in the user agent.
Re: STA compliant browser identification

Posted:
Sun Aug 11, 2013 7:40 am
by mautilus
Hi,
As I understand the situation, the 2.0 specification does not really have the possibility to recognize if the device is Smart TV Alliance compatible or not. It is the 2.5 version that comes with the specific string to be part of the User-Agent header.
BR
STeN
Re: STA compliant browser identification

Posted:
Sun Aug 11, 2013 7:40 am
by SDK_STA
> It is the 2.5 version that comes with the specific string to be part of the User-Agent header.
Correct. For v2.0 spec, please use the method that I mentioned.
Re: STA compliant browser identification

Posted:
Sun Aug 11, 2013 7:40 am
by mautilus
Thanks a lot fro clarification.
BR
STeN
Re: STA compliant browser identification

Posted:
Sun Aug 11, 2013 8:25 pm
by SDK_STA
Hi,
> Is there any simple way for an app to know when it is talking to a "STA compliant" device?
Regarding v2.0, pleaser refer to Smart_TV_Alliance_SDK_Diversity_Handling_Guidelines_2.0.0.pdf - 3. Platform identification. An app can tell an STA complient device using the user agent.
Regardging v2.5, please refer to the technical specification - 3.3.4. User Agent String. An app call tell an STA complient device by searching the common string "SmartTvA/2.5.0" in the user agent.
Re: STA compliant browser identification

Posted:
Sun Aug 11, 2013 11:00 pm
by mautilus
Hi,
As I understand the situation, the 2.0 specification does not really have the possibility to recognize if the device is Smart TV Alliance compatible or not. It is the 2.5 version that comes with the specific string to be part of the User-Agent header.
BR
STeN
Re: STA compliant browser identification

Posted:
Mon Aug 12, 2013 1:14 am
by SDK_STA
> It is the 2.5 version that comes with the specific string to be part of the User-Agent header.
Correct. For v2.0 spec, please use the method that I mentioned.
Re: STA compliant browser identification

Posted:
Sat Aug 17, 2013 10:22 pm
by mautilus
Thanks a lot fro clarification.
BR
STeN