AU Plugin Not Connecting to DriverKit Driver in Sandboxed Host

Hello,

I'm developing a custom AU plugin that needs to connect to a DriverKit driver. Using the DriverKit sample (https://github.com/DanBurkhardt/DriverKitUserClientSample.git), I was able to get a standalone app to connect to the driver successfully. However, the AU plugin, running in a sandboxed host, isn't establishing the connection. I’ve already added the app sandbox entitlement, but it hasn’t helped. Any advice on what might be missing?

TIA!

However, the AU plugin, running in a sandboxed host, isn't establishing the connection. I’ve already added the app sandbox entitlement, but it hasn’t helped. Any advice on what might be missing?

Have you looked at "TN2247: Audio Components and the Application Sandbox"? That document describes a different mechanism for declaring non-sandboxed resources you need access to, including "iokit.user-client" for user clients.

__
Kevin Elliott
DTS Engineer, CoreOS/Hardware

AU Plugin Not Connecting to DriverKit Driver in Sandboxed Host
 
 
Q