Questions tagged [android-management-api]

The Android Management API provides a way to manage enterprise devices and apps, whether you specialize in developing enterprise mobility management (EMM) software or are developing an in-house solution for your organization.

The Android Management API is compatible with any device running Android 5.1 or above that has Google Play installed. Designed with the needs of businesses in mind, it doesn't matter if an organization's devices come from a single manufacturer or from multiple sources. You can use the Android Management API to develop a single solution to manage them all.

Links:

Release Notes

333 questions
-1
votes
2 answers

Publish two versions of the same app using Google iFrame

We have been using Android Management apis and integrated an iFrame to publish private apps to profiles and groups. Is there any way we can publish two versions of the same app? e.g. one versions for test group and when it gets approved then push it…
Zubair Rehman
  • 2,335
  • 2
  • 20
  • 25
-1
votes
2 answers

signUpUrl returning nullpointerexception

SignupUrl signupUrl = androidManagementClient .signupUrls() .create() .setProjectId(CLOUD_PROJECT_ID) .setCallbackUrl(CALLBACKURL).execute(); causes the app to crash due to NPE Caused…
-2
votes
2 answers

Unable to publish Self Hosted Private App using Enterprise account

After generating APK definition file, i tried to publish it on play console by following below reference Reference : Publish an externally hosted app in the Play Console step-1) Sign in to the Play Console with your organization's administrator…
1 2 3
22
23