I have made the application available to the organization in Google Play Store.
I am using Android Management API to install the application in the device. The public apps are getting installed but the private app is not getting installed. I am getting the following nonComplianceDetails when calling https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/devices API
"nonComplianceDetails": [ { "settingName": "applications", "nonComplianceReason": "APP_NOT_INSTALLED", "packageName": "com.xyz.abc", "installationFailureReason": "IN_PROGRESS" }, { "settingName": "persistentPreferredActivities", "nonComplianceReason": "APP_NOT_INSTALLED", "packageName": "com.xyz.abc" } ]
Am I missing something in the policy?
I am not able to view the app in the device play store. App is not getting installed also. And when I am giving installType as KIOSK a page is comming which shows 'Installing work apps'. And never gets installed. Also the app is approved in managed Play Store Enterprise.