On 16 Sep 2013, at 00:26, Jeff Johnson wrote:
> You need to use the option NSNotificationPostToAllSessions.
Jeff, you are absolutely right. Now everything works as it should.
Thank you very much!
Kind regards,
Gerriet.
>
>
> On Sep 15, 2013, at 12:15 PM, Gerriet M. Denkmann
> wrote:
>
>
Hi Gerriet.
You need to use the option NSNotificationPostToAllSessions.
-Jeff
On Sep 15, 2013, at 12:15 PM, Gerriet M. Denkmann wrote:
> I have a Helper Tool, running as root, started via SMJobBless and
> communicating vie Xpc.
>
> Sometimes it does:
>
> [[NSOperationQueue mainQueue] addOp
I have a Helper Tool, running as root, started via SMJobBless and communicating
vie Xpc.
Sometimes it does:
[[NSOperationQueue mainQueue] addOperationWithBlock:^
{
NSDistributedNotificationCenter *d = [
NSDistributedNotificationCenter defaultCenter ];
NSL