What i'm doing now:
[[NSUserNotificationCenter defaultUserNotificationCenter] removeAllDeliveredNotifications];
So my question is, how to leave notification in notification center?
You can always remove it as you are doing and then add it again making sure the NSUserNotificationCenter delegate class implements the shouldPresentNotification method as NO.