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?