Search code examples
tizensamsung-smart-tv

service applications and/or background modes on tizen samsung tvs


I've been digging to see if there is any way to have an application run in the background. Looking to fire a request via a push notif or a persistent websocket connection. Their documentation is pretty horrible, so im hoping you fine people at SO have an idea how to accomplish this.


Solution

  • The problem is the service application is a part of the native API, and tizen TV at the moment supports only web API apps.