Isn't there a way to react to a silent push notification when a Mac app isn't running?
It's documented that application(_:didReceiveRemoteNotification:) is only called when the app is running in AppKit.
Isn't there a way to react to a silent push notification when a Mac app isn't running?
It's documented that application(_:didReceiveRemoteNotification:) is only called when the app is running in AppKit.