I'm using XPC to do IPC with an agent service.
I use NSXPCConnection initWithMachServiceName
to create the connection and active it.
Then I get the agent service remote object proxy with method remoteObjectProxyWithErrorHandler
. But when the agent service unloaded, I can also get the remote proxy without any error.
Is there anyway to check XPCConnection really connect to a XPC server?