WebDevStream: web development, Smart TV engineering, AI workflows and practical product notes.

Back to blog Tizen Development

[Youtube Video] Tizen TV Privileges: Public vs Partner Certificate

July 27, 2026 2 min read YouTube video
Tizen TV Privileges: Public vs Partner Certificate

Unlocking advanced system features in a Tizen TV app is not just a matter of writing code — it requires understanding Samsung’s privilege system and, for certain capabilities, going through an approval process to obtain a Partner Certificate.

Public vs Partner Privileges

Tizen TV privileges fall into two distinct categories:

  • Public privileges — freely available to any developer. Common examples include internet access and remote control input. You simply declare them in config.xml and they work.
  • Partner privileges — locked features reserved for approved partners. Examples include TV channel access, display settings control, and DRM capabilities. These cannot be used without explicit approval from Samsung.

How to Apply for Partner Privileges

The process goes through the Samsung Seller Office. Here is how it works:

  1. Log in to the Samsung Seller Office
  2. Submit a request for the specific partner privilege your app needs
  3. Justify why your application requires that capability
  4. Samsung reviews your request
  5. If approved, Samsung issues you a Partner Certificate

Using the Partner Certificate

Once you receive your Partner Certificate, there are two critical steps before you can ship:

  1. Import it into Tizen Studio — add the certificate to your certificate manager so Tizen Studio can use it for signing.
  2. Sign your app with it — only apps signed with the Partner Certificate can successfully package and submit builds that use locked privileges.

Declaring Privileges in config.xml

Whether public or partner, every privilege must be declared in your app’s config.xml file using a <tizen:privilege> entry. The certificate controls what you are allowed to use; the config.xml declaration tells the runtime what your app actually requests.

Request Only What You Need

Samsung’s review process takes privilege requests seriously. Requesting privileges your app does not genuinely need increases the risk of rejection during the Seller Office submission process. Keep your privilege list lean and be ready to justify each one.

Watch the video for a concise walkthrough of the full privilege flow — from understanding the difference between public and partner privileges to getting your signed app ready for submission.

Advertisement

Stay connected

Get The Next Build Note

A quiet feed for new articles, videos, applications and project writeups

Newsletter

Join the WebDevStream build notes.

Receive recent posts, video lessons, application updates and project writeups.