I have a mac app that shows NSUsernotification
with contentImage
when the image is downloaded from the URL, however sometimes the Image is of a very large size, at this time the notification does not get delivered and I can see no error message in the downloading task.
Hence is there a limit on the size of the contentImage that can be displayed in the NSUsernotification? may be I am exceeding that and the notification does not show?