문제

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.

도움이 되었습니까?

해결책

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:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top