How can I create custom URL types that I can perform an action with the data passed into the app.
I’ve tried this with no luck:
- (void)handleURLEvent:(NSAppleEventDescriptor*)event withReplyEvent:(NSAppleEventDescriptor*)replyEvent
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to specify one or more keys for the CFBundleURLTypes dictionary in your app’s property list file (or in XCode target editor).
Then in your app delegate
applicationWillFinishLaunchingwrite something like