What method should I implement in my cocoa applet so that it opens a URL when it starts up? (http / https, in this case) Ive already implemented URL schemes, I just need to know how I can open my application for notification by URL.
Update: I'm sorry, I did not quite understand. My application is a browser that supports https / http urls, but can only open them when it starts. What can I do to implement open URL support in my application at startup?
source
share