Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i test samsung smart TV app?

I developed a samsung smart TV app, tested it in samsung emulator, it works fine.

Now how will i test it in a TV, with out uploading it to samsung app store.

like image 741
Prasanth Bendra Avatar asked Jan 10 '13 10:01

Prasanth Bendra


1 Answers

The short version is:

  1. Use the SDK to build a package and publish it to a web server.
  2. Create an account on the TV called "develop".
  3. Configure the TV to sync with the IP address of the server you published the application to.
  4. Sync the applications.

Full details are available on Samsung's website in the document "Testing Your Application on a TV". Finding some of those options requires drilling down through a lot of menus.

Note that Samsung released the 4.0 SDK very recently, so you may find that your software doesn't look all that much like what the document describes. You might have to do some guess work to figure out the changes, or just upgrade your development environment to the 4.0 SDK.

An update of the "Testing Your Application on a TV" for different TV versions:

  • 2011 http://www.samsungdforum.com/Guide/art00013/index.html

  • 2013 http://www.samsungdforum.com/Guide/d20/index.html

  • 2014 http://www.samsungdforum.com/Guide/art00121/index.html

like image 173
Quentin Avatar answered Oct 15 '22 04:10

Quentin