Re: What makes a URL Handler be persistent?
Re: What makes a URL Handler be persistent?
- Subject: Re: What makes a URL Handler be persistent?
- From: Seth Willits <email@hidden>
- Date: Wed, 14 Nov 2012 17:13:46 -0800
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 (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