Hi,
We are developing an applicaiton using Knox mdm for tizen. I have registered for and got the license key from SEAP.
Using that license key I am activating the key.
char* license_key = "xyz-key";
mdm_register_client_callback( MDM_LICENSE_CB , __license_callback_, NULL, NULL);
mdm_data_t *lp_data = mdm_activate_license("com.xyz.pkg", license_key);
However, In the __license_callback_ I am getting MDM_CB_LICENSE_ACTIVATE, ldata->license_info->error_code error code 201.
Please let me know something more has to be done.