Skip to main content
Question

Microsoft AutoUpdate App Notifications Settings

  • April 15, 2021
  • 3 replies
  • 41 views

Forum|alt.badge.img+7

I'm trying to set notification settings for MAU, but the app is not appearing in System Preferences > Notifications. I've tried using both of these identifiers:

  • com.microsoft.autoupdate2
  • com.microsoft.autoupdate.fba

Here is the plist I'm using:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>NotificationSettings</key>
    <array>
      <dict>
        <key>AlertType</key>
        <integer>2</integer>
        <key>BadgesEnabled</key>
        <true/>
        <key>BundleIdentifier</key>
        <string>com.microsoft.autoupdate2</string>
        <key>CriticalAlertEnabled</key>
        <false/>
        <key>NotificationsEnabled</key>
        <false/>
        <key>ShowInLockScreen</key>
        <false/>
        <key>ShowInNotificationCenter</key>
        <false/>
        <key>SoundsEnabled</key>
        <false/>
      </dict>
    </array>
  </dict>
</plist>

Does the MAU app not appear in System Preferences > Notifications, or am I missing something?

3 replies

Forum|alt.badge.img+16
  • Honored Contributor
  • October 30, 2021

I can't get it working either, also OneDrive notifications!!  : ) 


rpayne
Forum|alt.badge.img+11
  • Contributor
  • December 9, 2021

Was this ever figured out? I'm trying to do the same, but having no luck.


Forum|alt.badge.img+8
  • Contributor
  • January 11, 2022

You can modify notifications via Config Profile: Here's the setting/bundleID for the MAU