Registering my app as a URL scheme handler
Registering my app as a URL scheme handler
- Subject: Registering my app as a URL scheme handler
- From: Steve Palmer <email@hidden>
- Date: Sun, 2 May 2004 22:28:11 -0700
After reading the Cocoa and Carbon documentations, I'm sort of lost
here so I hope somebody recognises this problem?
Let's say I've added the appropriate code to my application to handle
the foobar scheme so that foobar://whatever in Safari or any internet
app would launch my application and I've done the CFBundleURLTypes in
the Info.plist. Everything works fine. However there's another
third-party app that also registers itself to handle foobar: and I now
want to offer the user the option of using either my app or the other
app to handle the foobar: scheme.
How do I do that?
Thanks!
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.