I am trying to fire up a notification to the Notification Center through node
and NodObjC
and
the problem is:
$.NSUserNotificationCenter('defaultUserNotificationCenter')
returns always null
instead of an object to be abled to call the deliverNotification
method ?
Does anyone has experience with NodObjC
?