Languages

Menu
Sites
Language
How to get Platform privilege?

Hi,

I am creating a Monkey tool for Tizen apps similar to the one available for Android. I tried using Tizen::Ui:SystemUtil class, but one the forum topic says need Platform privilage. I have added platform privileges through a manifest file and running my application, and I am getting an error like:

    Error code: INVALID_PRIVILEGE
    Error message: Thrown when unauthorized privileges are detected. [partner] or [platform] signing is required.

Please guide me as to how to use platform privileges. Is there anything that should be done in order to use such privileges?

Any pointers would be helpful.

Anil

Edited by: Anil Kumar on 18 Nov, 2013

Responses

1 Replies
Alex Dem

Hi,
You can't use platform privilege. You are able to use public and partner priveleges during development.
Alexey.