On Nov 14, 2012, at 4:48 PM, Jerry Krinock wrote:

> Why might my URL handler not be persistent?

Off-the-wall guess? Probably because it's a handler on the helper and not your 
main app, so Launch Services isn't registering it when moving the main app 
around. Perhaps it only registers it when the helper is launched, but if you're 
only launching the helper via the URL scheme then it doesn't get registered? 

In your main app, try simply adding a call to LSSetDefaultHandlerForURLScheme() 
on launch. 


--
Seth Willits

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to