objective c - New location of the Notification Center .db file in 10.10? -
objective c - New location of the Notification Center .db file in 10.10? -
good morning all,
i have little app using nsnotificationcenter
schedule notifications. have no problems access them during runtime , works fine.
the problem starts when close app , restart it. seem not have access notifications scheduled during first run.
answers here suggest there .db file in ~/library/application support/notificationcenter/ folder not there in os x 10.10 (not hidden, not in of other application back upwards folders either) can see on 10.9 partition.
has thought file located or if functionality has been changed , scheduled notifications stored elsewhere?
thanks hints, mdschay
thanks outside help found out .db file location can seen doing following:
open activity monitor seach processusernoted
go tab "open files , ports" the files listed there contain .db files searching , in /com.apple.notificationcenter/db subfolder under /private/var/folders (sorry not posting finish path there pices seem unique each machine or user).
objective-c database osx notifications nsnotificationcenter
Comments
Post a Comment