How can i test samsung smart TV app?
Asked Answered
R

1

5

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.

Revis answered 10/1, 2013 at 10:24 Comment(1)
How did you tested in emulator? I cannot find it documented anywhereGiggle
S
10

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:

Subscribe answered 10/1, 2013 at 10:29 Comment(5)
Thanks, let me go through the doc :)Revis
Thanks for pointing out Quentin... Sorry I misunderstood... ;)Hurdygurdy
Hi, note that to have the best results, you should test it on 2011, 2012 and 2013 models + dome BP players, if you ar egoing to support those as well. The procedure for side load changed a bit on 2013 models - see there mautilus.com/co-noveho-prinasi-samsung-smarttv-2013Zoospore
Also on 2012 you can upload application from USB sticks (like on LG) - this side loading is however not possible on 2011 models. Also note that since March Samsung do not accept any new applications for 2010 models.Zoospore
There is an updated version of the tutorial for 2014 models: samsungdforum.com/Guide/art00121/index.htmlLavonia

© 2022 - 2024 — McMap. All rights reserved.