0

How can I make a notification clickable?

I want that when a user clicks the notification on the Mac, Safari opens with the specified link.

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
fredsco
  • 313
  • 4
  • 19

1 Answers1

2

To respond to clicks on a userNotification object, you need to implement NSUserNotificationCenterDelegeate's userNotificationCenter:didActivateNotification: method.

mangerlahn
  • 4,746
  • 2
  • 26
  • 50