I'm updating my NKE to a SystemExtension following the SimpleFirewall example.
The example shows using XPC to call a method in the application (promptUser),
but does not show an example of calling from the Host App into the FilterDataProvider.
It does show how to register with the IPCConnection, but doesn't show the last step
of calling from the IPCConnection into the FilterDataProvider.
The IPCConnection doesn't seem to know of the FilterDataProvider (except
to return a value from the promptUser() call).
Is there a way to call directly into the FilterDataProvider?
Topic:
App & System Services
SubTopic:
Notifications
Tags: