Hi folks, @ChrisM24 and I worked on a solution. As per my response before, we use the “blockedAppBundleIDs” key or "allowedAppBundleIDs" which is only available in iOS 15+, this replaces the deprecated "blacklistedAppBundleIDs"/"whitelistedAppBundleIDs" keys that were used pre iOS 15. A workaround is to create your own .mobileconfig file using Apple Configurator which contains a Restriction payload, as this still uses the old schema. This can then be uploaded to Dashboard by going to Systems Manager > Settings > Add profile > select “Upload custom Apple Profile” and upload the generated file from AC. We opened a bug with our SM-Engineering team to include the deprecated key as well as the replacement so that devices adhere to this regardless of the iOS version.
... View more