Good morning all,
I have a little app which is using NSNotificationCenter
to schedule notifications. I have no problems to access them during runtime and all works fine.
The problem starts when I close the app and restart it. I seem not to have any access to the notifications I scheduled during the first run.
Answers here suggest that there is a .db file in ~/Library/Application Support/NotificationCenter/ but this folder is not there in OS X 10.10 (not hidden, not in any of the other Application Support folders either) but I can see it on my 10.9 partition.
Has anybody an idea where this file is located now or if this functionality has been changed completely and the scheduled notifications are stored elsewhere?
Thanks for any hints, MDschay