Re: handleGetURLEvent getting called after applicationDidFinishLaunching
Re: handleGetURLEvent getting called after applicationDidFinishLaunching
- Subject: Re: handleGetURLEvent getting called after applicationDidFinishLaunching
- From: "Bradley O'Hearne" <email@hidden>
- Date: Tue, 20 Aug 2013 16:49:37 -0700
On Aug 20, 2013, at 12:37 PM, Ken Thomases <email@hidden> wrote:
> No, you're mistaken. This is not a callback specifically for an app being launched to handle a URL. It's a callback to handle a request to open a URL, whenever it happens. It is perfectly normal for it to be delivered after an app is launched. Click a mailto: link on a website? Your mail program is told to handle it. It may be launched to handle it, but it's quite likely to have already been running. Click an http: link in an email? Your browser is told to handle it. Again, it may be launched if it's not already running, but it's quite likely to be already running.
Ken,
Thanks for that clarification. That helps immensely.
Brad
_______________________________________________
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