It seems that there are limitations in IPC between network system extensions and other apps in our product.
The network extension is signed to use Developer ID.
The network extension is NOT sandboxed. Nor are any other components.
None of the components use App Groups. I tried the network extension with and without an app group with no luck.
I have specified an NEMachServiceName and left it blank as well. Neither worked.
At this point, it seems that it is being flat out denied by then system, but I don't can't find any documentation that suggests this is how it should be. The closest thing I have seen is that App Groups allow for sandboxed apps to talk (though XPC wasn't explicitly listed) and sandboxed to unsandboxed apps to talk. I do not want to put any of our apps in the sandbox, nor do I want to put all of our apps into an App Group either.
Thanks!