Where to submit bug reports on Android EMM API?

222 views Asked by At

There is a problem with the service https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/products/productId/appRestrictionsSchema returning the wrong information in one of our apps. Where can we submit a bug report?

1

There are 1 answers

1
Fred On

Google provides support for the Play EMM API via the EMM Community forum only. You need to be registered to the EMM Community to have access to this forum, but I guess you are already since it's a prerequisite for using this API.

Note that you can also retrieve the app restriction schema using the Android Management API by calling the method applications.get and reading the field managedProperties in the response.