Languages

Menu
Sites
Language
App doen'st appear on TV [tizen v4.0]

Hello world,

On newer version of tizen (5.0/5.5) all work fine.
I can install/push it, without any errors, but not appaer in MENU or APPS.

<Project Sdk="Tizen.NET.Sdk/1.0.9">
<TargetFramework>tizen40</TargetFramework>

sdb shell 0 applist => App is available in list. OK
sdb shell 0 execute APP_ID => I can launch app manually with this command. OK

 

But app doen'st appear on emulator or TV devices?

Thank you

Responses

1 Replies
Juyun Jang

Hello,

As you mentioned, in tizen 5.0 and 5.5, developing app is displayed in the app list, but in tizen 4.0, developing app is not displayed in the app list.

In tizen 4.0, once app is installed by shell command, it can be launched only by shell command until TV is reboot.This is product limitation.

But developed app (distributed app in app store) will be normally displayed in applist in Tizen 4.0 also.

Thank you.