Contents

xpc_listener_t

A C type that performs tasks for clients across process boundaries.

Declaration

typealias xpc_listener_t = OS_xpc_listener

Discussion

To implement an XPC service, create a listener and respond to incoming session requests.

Topics

Creating a listener

Working with code signing

See Also

Interprocess communication