Security Privilege Error - Samsung Gear SAP

拈花ヽ惹草 提交于 2019-12-06 07:35:47

You only need to generate a certificate if you want to test your gear consumer widget apps on a real device. You don't need it when running on the emulator

You can find more information about certificates in the Help section of the IDE (Help Contents > Getting Started with Tizen Wearable > Development Environment > Tizen SDK for Wearable > Certificates).

Regarding the Privilege issue, the accessory protocol privilege is a public level privilege that allows apps to use SAP to connect and transfer files between gear and host devices. I faced no problems using this privilege.

Perhaps, line 74 in main.js requires a Partner/Platform privilege. Note that install apps on commercial devices, develop apps only with public level privileges. Privileges are categorized into three levels based on their security impact:

Public

These privileges are open to all Tizen application developers.

Partner

These privileges can only be used by developers registered as partners on the Tizen store.

The developer must be fully identified and permitted by the partner policy of the Tizen Store to use both public and partner level privileges.

Platform

These privileges are used in system APIs for managing the Tizen platform.

These privileges are open only to a specific set of Tizen application developers.

For more info check out the Security Architecture guide

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!