System Extension Validation Fails

Viewed 717

im trying to submit a Network Extension activation request but i get this error.

The operation couldn’t be completed. (OSSystemExtensionErrorDomain error 9.)

I looked it up and apparently it means "validationFailed". Is there a way to debug this because i cant seem to figure out why the validation is failing. Thanks.

1 Answers

Finally found the solution. You need to set the NEMachServiceName property on the Info.plist of the extension to match the app group name.

Related