How would I be able to send a notification to the Notification Center in Mountain Lion from objective-c in my mac app? (not to be confused with nsnotificationcenter). I would like a link to a sample project or sample code posted.
Share
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.
Look into the
NSUserNotificationclass. Once you have set it up, you can schedule it through theNSUserNotificationCenterclass which will then handle the presentation to the user.