OTA updates for NetworkExtension

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?

It sounds like you’re not following the guideline I outlined in this post, and thus encountering the “weird results” that it warns about.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

OTA updates for NetworkExtension
 
 
Q