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: Jens Alfke <email@hidden>
- Date: Thu, 15 Nov 2012 10:22:20 -0800
On Nov 14, 2012, at 4:48 PM, Jerry Krinock <email@hidden> wrote:
> Now, my app itself does not handle the URL directly. The URL handler is actually installed in a faceless helper app which is in the main app's Contents/Helpers/ directory. (This was done so I could control whether or not my app is activated.) Here is the code:
It’s an entry in the Info.plist that registers an app persistently as a handler for a URL scheme. Does your helper app have that entry?
(It may be possible to register an app using code too, but the code snippet you gave is just for installing an AppleEvent handler in your process at runtime and has nothing to do with Launch Services registration.)
—Jens
_______________________________________________
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