Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Publish Your .NET Application on Samsung Smart TV

Jay Cho edited this page Aug 23, 2018 · 8 revisions

Make your application even more valuable.

Publishing your application will be the most rewarding moment of developing an application. This guide will help you to safely register your .NET application on the Samsung Apps TV Seller Office.

Samsung Apps TV Seller Office is the official system for TV apps certification and management. Sign in with your Samsung account or sign up now to start.

When you first sign up, you are a Public Seller automatically. The public seller can distribute applications only in the United States.
If you are more interested in registering applications outside of the US, visit here to see how to request partnership.

Register Application

On the main page of seller office, you can easily find .NET App Registration. image

  • Start with clicking App Registration.

  • Enter the application name which is used for management.

  • Go through the following 4 steps of registration.
    It is basically filling up the forms, but here are tips for some items that may be tricky to fill out.

    1) Basic Information

    image

    Define the basic information here about application, country, and seller.

    • Country would be United States of America as default, if you are a public seller.
    • App Title under Language should be the same with the label which is written on tizen-manifest.xml.
      Otherwise the next Pre-Test step will fail.
      image
    • Icon images and screenshots are required.

    2) App Upload

    image

    Upload the application package and complete the Pre-Test.
    image

    If you face the "Fail Error" at 2.Pre-Test step, scroll down and see the error message at Pre Test Result Details.
    About the screen size error which shows the below message, go to tizen-manifest.xml and add the screen size feature like below image.

    The Screen Size tizen-manifest.xml (or config.xml) is not specified in the file. Screen Size, then specify the IDE, please upload it again.

    image

    3) Test Information

    image

    This step is where you input information necessary for certification and verification.
    Providing an App Description File is the toughest job in the whole process in my opinion. The template file is provided so that you can download and fill out the information. The template file includes the UI structure, usage scenario, and etc.

    4) Preview & Submit

    image

    Preview the application registration information.
    When you are ready to submit the application, click “Submit”.


    Visit here to see the detail guide for application registration process.

Publish Now