Declarative Management App Events Broken during Bulk App Distribution

Hi Apple community,

We encountering an issue with Declarative Management app events when attempting bulk app distribution through our Mobile Device Management (MDM) solution.

Description of the Issue: During bulk app distribution, the expected app events defined in the Declarative Management framework are not functioning as intended. While individual app deployments work fine and trigger the desired events, the problem arises specifically when distributing apps in the bulk of more than 20 apps.

My Status-Subscription Configuration,

{
  "Type": "com.apple.configuration.management.status-subscriptions",
  "Identifier": "DEFAULT_STATUS_CONFIG_0",
  "ServerToken": "2",
  "Payload": {
    "StatusItems": [
      {
        "Name": "account.list.caldav"
      },
      {
        "Name": "account.list.carddav"
      },
      {
        "Name": "account.list.exchange"
      },
      {
        "Name": "account.list.google"
      },
      {
        "Name": "account.list.ldap"
      },
      {
        "Name": "account.list.mail.incoming"
      },
      {
        "Name": "account.list.mail.outgoing"
      },
      {
        "Name": "account.list.subscribed-calendar"
      },
      {
        "Name": "device.identifier.serial-number"
      },
      {
        "Name": "device.identifier.udid"
      },
      {
        "Name": "device.model.family"
      },
      {
        "Name": "device.model.identifier"
      },
      {
        "Name": "device.model.marketing-name"
      },
      {
        "Name": "device.operating-system.build-version"
      },
      {
        "Name": "device.operating-system.family"
      },
      {
        "Name": "device.operating-system.marketing-name"
      },
      {
        "Name": "device.operating-system.supplemental.build-version"
      },
      {
        "Name": "device.operating-system.supplemental.extra-version"
      },
      {
        "Name": "device.operating-system.version"
      },
      {
        "Name": "mdm.app"
      },
      {
        "Name": "passcode.is-compliant"
      },
      {
        "Name": "passcode.is-present"
      }
    ]
  }
}

Has anyone encountered a similar issue where Declarative Management app events fail to trigger during bulk app distribution? If so, I would greatly appreciate any insights, recommendations, or potential workarounds you may have discovered. Additionally, if you have any suggestions for further troubleshooting steps or resources to explore, please feel free to share them.

Thank you in advance for your time.

Can you please file a Feedback request for this issue and provide more details about what is not working? If possible, please also capture a sysdiagnose from a device experiencing this issue (ideally soon after sending the 20 app installs).

Declarative Management App Events Broken during Bulk App Distribution
 
 
Q