Question
The current Tizen Studio IDE appears to support app development for versions 4.0 and 5.0, with development options limited to HTML and CSS. Is there a way to develop apps that are compatible with Tizen 3.0? Additionally, is this possible using Tizen .NET?
Answer
Problem Understanding
The user wants to develop TV applications for devices running Tizen 3.0, but faces two main challenges:
- Tizen Studio IDE primarily supports versions 4.0 and 5.0
- The development environment appears limited to HTML/CSS, with no obvious option for C/C++ development
Solution Methods
-
For Tizen 3.0 TV App Development:
- Download the required Samsung TV Extension SDK from the Samsung Developers Site
- Install the SDK following the official installation guide
- Create a new project using the "TV extension-3.0" template (not the standard Tizen TV template)
- Generate necessary certificates as described in the certificate creation guide
-
Regarding Tizen .NET:
- Tizen .NET only supports TV devices running Tizen 4.0 and above
- Development for Tizen 3.0 is not possible using the .NET platform
Additional Tips
- The primary development environment for Tizen TV apps uses HTML, CSS, JavaScript, and the Tizen TV Web API
- C# development is only available starting from Tizen 4.0
- When targeting older Tizen versions, always verify API compatibility as some newer features may not be available