OSSystemExtensionsWorkspace on iPadOS

Hello!

I have app (macos and iPadOS platforms) with empbedded DEXT. The DEXT executable runs fine on both platforms (ver 26.2). Trying to execute from iPad App code:

let sysExtWs = OSSystemExtensionsWorkspace.shared
let sysExts = try sysExtWs.systemExtensions(forApplicationWithBundleID: appBudleId)

but always getting OSSystemExtensionError.Code.missingEntitlement error.

Which entitlement am I missing? Thank You!

but always getting OSSystemExtensionError.Code.missingEntitlement error.

Which entitlement am I missing? Thank You!

I believe it's looking for "com.apple.developer.system-extension.install".

Hopefully that gets it working, but please let me know if you run into any problems.

__
Kevin Elliott
DTS Engineer, CoreOS/Hardware

OSSystemExtensionsWorkspace on iPadOS
 
 
Q