ExtensionKit & ExtensionFoundation process lifecycle

An XPC service’s process has a system-managed lifecycle: the process is launched on-demand when another process tries to connect to it, and the system can decide to kill it when system resources are low. XPC services can tell the system when they shouldn’t be killed using xpc_transaction_begin/end.

Do extensions created with ExtensionFoundation and/or ExtensionKit have the same behavior?

ExtensionKit & ExtensionFoundation process lifecycle
 
 
Q