We enrolled several devices using an Android management api token. Most of the units provisioned and work correctly. On some, one or more of the applications we want FORCE_INSTALLED don't end up installed. I had the people provisioning these units (Pixel 3a if it matters) reboot the units to see if the apps appeared. Looking at the device list result there is nonComplianceDetails indicating the apps are in progress installing, but it doesn't seem to happen:
"nonComplianceDetails": [
{
"installationFailureReason": "IN_PROGRESS",
"nonComplianceReason": "APP_NOT_INSTALLED",
"packageName": "MAIN_APP",
"settingName": "applications"
},
{
"installationFailureReason": "IN_PROGRESS",
"nonComplianceReason": "APP_NOT_INSTALLED",
"packageName": "ANOTHER_APP",
"settingName": "applications"
},
{
"installationFailureReason": "IN_PROGRESS",
"nonComplianceReason": "APP_NOT_INSTALLED",
"packageName": "YET_ANOTHER_APP",
"settingName": "applications"
},
Any way to get these devices to force the install?