How to Handle Delisted Apps in Google EMM During or After Device Provisioning?
Hi everyone,
We’re facing an issue where managed Android devices get stuck, preventing app installations when an app included in a policy is delisted from the Play Store.
For example, we had the package “com.Xplayer” in a device policy, but when calling Products: get, it returned:
“googleapi: Error 404: No product was found for the given ID., notFound.”
However, this app was available earlier, and despite its removal, using the Devices: update API still updates the policy without any error or warning.
Additionally, there’s a possibility that an app is present on the Play Store when it is approved and added to the policy but later gets removed or delisted by Google. This could lead to installation failures and devices getting stuck.
Has anyone encountered this before?
- How can we prevent devices from getting stuck when an app is delisted?
- Does EMM automatically remove such apps from policies, or do we need to handle it manually by checking each package ID?
- Is there any way to get notified when an app is removed from the Play Store?
Without a proactive mechanism, devices remain in a stuck state, making large-scale device management challenging. Any insights or best practices would be greatly appreciated!
Thanks!