I am pretty new to Samsung application developing. I want to develop a web application for Tizen TVs for Media(videos, images, htmls) downloading from server and displaying them on the TV. I am confused about certain specifications concerning the config.xml file.
More specifically, my app will speak with the server every 5 minutes and then download any new content for displaying, if any exists, while the app will continue to display the last downloaded content. So, I want to implement a background service that will speak with the server, in order to download any new content.
What privileges or features should I add to my config.xml file and also, should I add any “Background Category” in the Tizen tab of the config file in order to be able to implement such a service that will run in the background?
PS: When I add any Background category, the config file throws error:
*Invalid content was found starting with element 'tizen:background-category'. One of '{"http://www.w3.org/ns/widgets":name, *
* "http://www.w3.org/ns/widgets":description, "http://www.w3.org/ns/widgets":icon, "http://www.w3.org/ns/widgets":author, *
* "http://www.w3.org/ns/widgets":license, "http://www.w3.org/ns/widgets":content, "http://www.w3.org/ns/widgets":feature, *
* "http://www.w3.org/ns/widgets":preference, "http://www.w3.org/ns/widgets":service, "http://tizen.org/ns/widgets":app-*
* control, "http://tizen.org/ns/widgets":setting, "http://tizen.org/ns/widgets":service, "http://tizen.org/ns/widgets":application, *
* "http://tizen.org/ns/widgets":content, "http://tizen.org/ns/widgets":privilege, "http://tizen.org/ns/widgets":content-security-*
* policy, "http://tizen.org/ns/widgets":content-security-policy-report-only, "http://tizen.org/ns/widgets":allow-navigation, *
* "http://tizen.org/ns/widgets":app-widget, "http://tizen.org/ns/widgets":account, "http://tizen.org/ns/widgets":metadata, *
* "http://tizen.org/ns/widgets":splash, "http://tizen.org/ns/widgets":category, "http://tizen.org/ns/widgets":profile, "http://*
* tizen.org/ns/widgets":video_splash_screen, "http://www.w3.org/ns/widgets":access, "http://www.w3.org/ns/*
* widgets":required-services}' is expected*