• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSDistributedNotificationCenter and Helper Tool
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSDistributedNotificationCenter and Helper Tool


  • Subject: NSDistributedNotificationCenter and Helper Tool
  • From: "Gerriet M. Denkmann" <email@hidden>
  • Date: Mon, 16 Sep 2013 00:15:32 +0700

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 ];
		NSLog(@"%s will postNotificationName on %@",__FUNCTION__,d);
		//	prints: <CFNotificationCenter 0x7f9f....
		NSDictionary *notificationInfo = ....
		[ d		postNotificationName: 	@"some notification"
				object: 					@"some name"
				userInfo: 				notificationInfo
		];
	}
];

But now one ever receives this.

This used to work before I switched to SMJobBless and Xpc.

Why is this not working anymore?

Gerriet.

P.S. I did not see anything in the documentation indicating that the NSDistributedNotificationCenter does only work on the main thread.
This is just some blind groping in the dark.



_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: NSDistributedNotificationCenter and Helper Tool
      • From: Jeff Johnson <email@hidden>
  • Prev by Date: Re: Helper tool
  • Next by Date: Re: NSDistributedNotificationCenter and Helper Tool
  • Previous by thread: Re: CGImageRef as a property of a cocoa object
  • Next by thread: Re: NSDistributedNotificationCenter and Helper Tool
  • Index(es):
    • Date
    • Thread