Languages

Menu
Sites
Language
Unable to deploy Tizen.Net app on Samsung TV

We have a Tizen .NET application in Visual STudio. It works fine with the emulator but when we try to run it on a Samsung TV [set in Developer mode], we get an error message "Tizen Plugin Error. Target platform version 3.0 is not supported"

Samsung TV - Model : UN40MU6290
Software Version T-KTMAKUC-1262.0

 

Visual Studio 2017

Tize.Net version 5.0.0.14629

Tizen.Net SDK version 1.0.1

Responses

2 Replies
Jay Cho

Hello,

2018 TV models(Tizen 4.0) or above support Tizen .NET, but it seems your TV model uses Tizen 3.0 platform which does not support Tizen .NET.

This link(https://developer.samsung.com/tv/develop/specifications/tv-model-groups) provides the model lineup, but I couldn't find your model.

Followind the above link, you could try wirting a simple WebApp to get the exact model using `getModel()` method of the ProductInfo API(https://developer.samsung.com/tv/develop/api-references/samsung-product-api-references/productinfo-api).

However, that also may be irritable for you to set up the environment...Or maybe you can ask at https://developer.samsung.com/community .

Narayanan Ramanathan

Thanks for your valuable information/ feedback.. Will check the same