Hi, I try to use the data control but I always get an error. I've added the http://tizen.org.privilege/datacontrol.consumer privilege and I am using the following code from the guides:
try { var globalSQLConsumer = tizen.datacontrol.getDataControlConsumer("http://tizen.org/datacontrol/provider/DictionaryDataControlProvider", "Dictionary", "SQL"); }
All I get is the following exception :"UnknownError: Failed data_control_map_register_response_cb() : I/O error, -5
"
What am I doing wrong?