I'm trying to deploy my app on me testing device (Gear S3) and when I try to use the privilege for
http://tizen.org/privilege/mediacontroller.client
I get the error similar to the one found in this post: https://developer.tizen.org/ko/forums/native-application-development/privilege_unknown_failed?
However, unlike the solution provided in that issue, The mediacontroller.client privilege is listed as for Native and Web, so I shouldn't be having an issue.
Any ideas on what's going on, or how to deploy my app?
Cannot install application. Error code: PRIVILEGE_UNKNOWN_FAILED Error message: Check tizen-manifest.xml| - Current api-version = 3.0, | certificate signature level = partner||[NO_EXIST_PRIVILEGE]| - http://tizen.org/privilege/mediacontroller.server| >> Check spelling or remove the privilege.| - http://tizen.org/privilege/mediacontroller.client| >> Check spelling or remove the privilege.|| Command: /usr/bin/pkgcmd -q -i -t "NativePkg" -p "/opt/usr/apps/tmp/org.ejhopkins.mytestapp-1.0.0-arm.tpk" -G; echo cmd_ret:$?; Management: Using unknown privilege.
Thank you,
Eric.