Partner Level Privileges in the IDE

To use partner level privileges in the IDE Emulator, apply the partner certificate patch, which is located in the $<TIZEN_SDK_HOME>/tools/certificate-generator/patches directory.

Note
You can use the partner certificate patch only in the Emulator and reference binary target. You cannot use the partner certificate patch on commercial devices. Hence, applications signed with this certificate cannot be installed on commercial devices. To install applications on commercial devices, develop applications only with public level privileges.

To apply a certificate patch to an application:

  1. On the command line interface, navigate to the $<TIZEN_SDK_HOME>/tools/certificate-generator/patches directory.
  2. Run the following command:

    The PRIVILEGE_LEVEL is public or partner.

    If $<TIZEN_SDK_HOME> is omitted, the patch installs the certificates at the default SDK location.

For example, the following command applies the public certificate patch to your application at the C:\tizen-sdk Windows® location:

patch.bat public C:\tizen-sdk

Where to Go Next