I am trying to run the following app aaron.jaxns.net/2014/10/accessing-the-gears-heart-rate-monitor/ in my Gear device. I create the certificates that is needed and I run proper the app however after a while I am receiving the following message in console.:
gear_samples_hrm-master/js/main.js (68) :SecurityError: The application does not have the privilege to call this method.
When I try to add privilage as suggested in the provided link:
<tizen:privilege name="http://developer.samsung.com/privilege/healthinfo" /> <tizen:privilege name="http://developer.samsung.com/privilege/medicalinfo" />
I got the Error code: PRIVILAGE_LEVEL_VIOLATION. How can I solve that issue?