Notifications Builder

v1.0.2 BETA

Visual notification settings profile builder for Apple MDM

What it generates

Notifications Builder configures Apple MDM notification settings for an application, including alerts, badges, and sounds. It emits a .mobileconfig XML profile with the selected notification payload settings.

Available at no cost in any modern web browser. JavaScript is required to generate output.

Supported vocabulary

Example output

<key>PayloadDisplayName</key>
<string>Managed Notifications</string>

When to use it

Use it when notification behavior needs to be managed for a known app. Do not use it to grant unrelated privacy permissions or to replace application-specific notification testing.

Generated Profile

How encrypted sharing works

Changelog

Changelog

v1.0.2

  • Added note that Critical Alerts require the com.apple.developer.usernotifications.critical-alerts entitlement

v1.0.1

  • Added ShowInCarPlay toggle per Apple MDM specification
  • Added critical alert entitlement requirement note
  • Added Organization field for profile metadata consistency
  • Added URL state sharing

v1.0.0

  • Initial release (Beta)
  • Per-app notification settings configuration
  • Three-state controls (Enabled / Disabled / Not Configured) for all settings
  • Common enterprise app quick-pick with grouped categories
  • Alert type, preview type, and grouping configuration
  • Critical alert toggle with Do Not Disturb bypass info
  • Live .mobileconfig XML generation
  • Copy and download profile functionality