Search code examples
androidapkprivate

Private App not visible for Android users


I have to make an app for an organization. The app must be visible only for the organization's users. I used Google Play Console to upload my apk and I did everything from this tutorial.

The problem is that even if I have added the app on Google Admin Console whitelist, an set the visibility to everyone, I can not see the app on my enrolled devices. The device is listed on mobile devices from Google Admin Device Management, I can see all the public apps from the app whitelist but not my private one.

On all the internet I couldn't find any helpful tutorial I have no idea where I did mistake.

Any help, tutorial or advice will be a new chance to find the problem in my configuration. Many thanks.


Solution

  • SOLVED

    After some checkings I found out that the apk had 0 supported devices because of one permission required in manifest file.

    You may see how many supported devices has de apk in Release management -> Device catalog.

    After removing that permission and uploading the new apk to Google Play Console, the app appeared.