Hi,
We are developing an applicaiton using Knox mdm for tizen. I have included the include files in my project and also the libs. I was able to compile and run the app with mdm. However, the call to mdm_register_client is failing with MDM_RESULT_ACCESS_DENIED. I have added the privilege <privilege>http://developer.samsung.com/tizen/privilege/mdm.password</privilege> and feature <feature name="http://developer.samsung.com/tizen/feature/mdm">true</feature>.
I have the latest software updated on the Z3 device Tizen 2.4.0.2. Using Tizen public sdk 2.4.
if ( mdm_register_client( "com.xyz.pkg" ) == MDM_RESULT_SUCCESS)
Please let me know something more has to be done.
Thanks in advance.