I want to have an URI for my app. For example, if my app's name is "GetIt":
getit://
Is there an easy way to create one?
Create an Apple event handler for the GetURL event, then put a list of URL schemes in your app bundle. Kimbro Staken has a blog post with more details.
I think there's some reusable Cocoa source code floating around that takes care of the AE handler for you, but I forgot its name and where to get it.
1.4m articles
1.4m replys
5 comments
57.0k users