Hello Wilson
It seems like you are facing challenges updating an application on macOS devices using Microsoft Intune with pkg files. The error message "The file provided is not supported. Check the requirements for deploying the selected app type. (0x87D30143)" indicates that there may be an issue with the application package or the deployment configuration.
Here are some steps you can take to troubleshoot and resolve the issue:
- Verify Application Package: Ensure that the new pkg file for the updated version of the application (4.29.0) is correctly built and packaged. Double-check that the file is not corrupted and that it is compatible with the macOS version running on the devices.
- Check Bundle Identifier and Version: As you mentioned, make sure that the CFBundleShortVersionString in the Info.plist file of the application package is updated to match the new version (4.29.0). This version number should match the version specified in the deployment configuration in Intune.
- Update the Deployment Configuration: In Intune, make sure you have uploaded the new pkg file for the updated version of the application, set Ignore app version to No, and configured the deployment settings correctly. Check for any errors or warnings in the deployment configuration that may be preventing the update.
- Deployment Requirements: Ensure that the deployment requirements set in Intune for the application are met by the macOS devices, including compatibility checks, system requirements, and other limitations specified in the deployment policy