mikaelbr / node-notifier

A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)
MIT License
5.73k stars 322 forks source link

MacOS Entitlement needed for user notifications?! #380

Open datacosmos opened 2 years ago

datacosmos commented 2 years ago

Hi there,

I am struggeling with building a notarized electron appn MacOS with the node-notifier module. I am not using Apples Push Notification and want only notify the user locally. It seems that I need an entitlement for this - but I can't find that on any apple do page? In development mode I get notifications - but not with the notarized app. Does anybody know which entitlement I should set for this in my entitlements.plist? TIA Martin