Hi,
now i am working in tizen wearable. i tried to register push notification.
var service = new tizen.ApplicationControl("http://tizen.org/appcontrol/operation/push_test");
tizen.push.registerService(service, SuccessCallback, errorCallback);
like this but in registerService in throw an error 'TypeError: 'undefined' is not an object (evaluating 'tizen.push.registerService')'
Thank you