Hi @Gualtier Malde, there is one scenario why I want to use notification play sound only: user enable a focus mode, we should not play the sounds. But in macOS, we can't get the focus status when user don't allow share focus status. UNUserNotificationCenter can know current focus status and decide to play sound or not.
Any suggestion about this case?
Post
Replies
Boosts
Views
Activity
I encountered this issue when I have a property to bind with treeController @objc dynamic var contents: [AnyObject] = []
I try to change NSMutableArray, works for me.
@objc dynamic var contents: NSMutableArray = NSMutableArray()