Network extension lock down

I have written my Network Extension and the iOS app that enables it. Is there anyway to prevent the user from uninstalling the app without a code or something like they do for profiles?


Thanks

Replies

Are you working in a managed environment? Or with supervised devices?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

I am not, but I can as an option. It looks like either the device needs to be in surpervised mode and not allow uninstalling of all applications, or have the parent not allow uninstalling applications in restrictions. Or hide the application after they have set it up through profiles.

Right. I don’t think there’s any special affordance for apps containing Network Extension providers here; you just use the standard device management systems available to all apps.

OTOH, if you want something specific to Network Extension apps, you know what to do (-:

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"