Push Notification Error

Push Notification Error

BY 13 Jul 2014 Web Application Development

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

Written by