System Extension in dylib

can system extension be hosted in a dylib instead of an app ?
I can load the dylib from an app .

Is it possible to do so or an app is mandatory to host system extension ?

Replies

can system extension be hosted in a dylib instead of an app ?

No.

Is … an app is mandatory to [contain] system extension ?

Yes.

ps When talking about app extensions, the container app is the app within which the extension resides and the host app is the app that loads and uses the extension. I try to follow the same terminology for sysexes.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"