Languages

Menu
Sites
Language
Can I develop TV apps that are compatible with TV's that have Tizen version 3.0?

By the looks of it, the current Tizen Studio IDE lets you develop apps for versions 4.0 and 5.0, and has no option to do it using C or C++, only HTML and CSS. Is there a way to develop apps that are compatible with 3.0? And is it possible with Tizen .NET?

Edited by: Dan German on 13 Nov, 2018
View Selected Answer

Responses

1 Replies
Mark as answer
Armaan-Ul- Islam

# For developing Tizen TV app for Real TV device (Samsung) running on Tizen 3.0:

- Based on Required SDK download required Samsung TV Extension

- Install by the process documented on Samsung Developers Site.

- Then Create a Project from template TV extension-3.0 or below  (Not Tizen TV template)

- Create certificates as prescribed on Docs and select the certificate created.

 

# Tizen .NET supports TV device running on Tizen 4.0 & above. Tizen 3.0 compatible app is not buildable in .NET platform.

# < HTML + CSS + JS + 'Tizen TV device Web API' > is the development environment for Tizen TV, so have to develop in platform available. C# starts from Tizen 4.0...