I've created an app that uses "NSNotificationCenter" to get app launch notifications.
I registered it in LaunchDaemons and started it when macOS started, but I cannot get the notification.
We have confirmed that the application has started up from the log and ps command.
I was able to get notifications when I debug in Xcode or launch the app directly.
Is it possible to get notifications by launching from LaunchDaemon?
I registered it in LaunchDaemons and started it when macOS started, but I cannot get the notification.
We have confirmed that the application has started up from the log and ps command.
I was able to get notifications when I debug in Xcode or launch the app directly.
Is it possible to get notifications by launching from LaunchDaemon?