Hi we are developing a launchDeamon application and need to be notified when a new session is initiated or when a user connects to the Mac
We looked into the Notifications in Cocoa and the Security framework and couldn't get a precise number
is there any way to detect the ammount of users/sessions currently active?
Post
Replies
Boosts
Views
Activity
Hi,
We developing a daemon service that has a network extension
We are trying to implement an OTA update mechanism for the entire bundle (which holds 7 packages), and encountering issues with the NetworkExtension update scenario, specifically error 13 OSSystemExtensionErrorAuthorizationRequired
the error is happening in our Network Extension preinstall script when we try to remove the previous installation
What is the recommended way to approach this situation?