App Store – How to Permanently Disable App Store Notifications in Big Sur

big surmacosterminal

I found it impossible to disable update notifications for apps – notifcation centre does not provide App Store option, disabling "automatically check for updates" only disables checking for OSX updates. Is there something I'm missing or is there a way to solve it in the terminal?

Best Answer

See https://lapcatsoftware.com/articles/mas-notifications.html for a solution to this

defaults write com.apple.appstored LastUpdateNotification -date "2029-12-12 12:00:00 +0000"

You can use any future date of course :-)