Skip to content

How-to guide

Distributing an app without a public store listing

The routes for distributing an app without a public listing, why handing out an APK is a closing road, and when device management becomes necessary.

Written for: Companies distributing an app to a field team, dealer network or staff onlyLast updated: 7 min read

In short

How do you distribute an app without publishing it publicly?

An app can be distributed without a public listing: on Apple as a custom app to specific organisations through Apple Business Manager, on Google through Play Console's private app option to specific organisations. In both cases the app goes through store review but does not appear in search results. Handing out an APK directly is narrowing on Android, where it will require a verified developer identity.

Why would you not want a public listing?

Three reasons, all legitimate. The app was written only for employees and downloading it from outside is meaningless. Its screens expose business processes, pricing structure or dealer information; sitting on a public page is a commercial leak. Or the app only works on specific device models and gives the general user a poor experience.

In all three cases the right answer is not to leave the store entirely but to use the store's distribution infrastructure with listing switched off. Signing management, update delivery and device compatibility then stay on the normal path — you do not have to build your own infrastructure.

Searches this page answers

  • internal app distribution enterprise
  • distribute app without publishing
  • apple business manager custom app
  • google play private app
  • enterprise apk distribution
  • deploy app via mdm
  • install app on field team devices

The routes on each store

On Apple, a custom app is distributed to specific organisations through Apple Business Manager: the app goes out over App Store infrastructure but does not appear in search, and only the named organisation can access it. On Google, Play Console's private app option does the same job — the app appears only in the targeted organisation's managed Play experience.

On both routes the app goes through review. That is the most commonly missed point in planning: being internal does not remove the review time, it only changes who can see the result.

Distribution routes and when each fits
RouteFits whenWatch out for
Custom app (iOS)Distribution to specific organisationsReview applies; organisation identity required
Private app (Android)Distribution to an organisation via managed PlayReview applies; the organisation must be targeted
Closed testing trackSmall, temporary groupsNot designed for permanent distribution
Direct APKPossible todayNarrowing under identity verification

Why is direct APK distribution narrowing?

Google is making verification of developer identity mandatory for apps installed on certified Android devices. This is a layer separate from reviewing an app's content: verifying who published it. The requirement is coming into force in stages, and its real impact is on those distributing outside Play.

The practical consequence: if you have built a setup that hands an APK to a dealer network, a field team or corporate devices, put into your plan that this setup will require a verified developer identity. If you publish through Play Console, identity verification was already completed as part of registration.

Device ownership decides the setup

Two scenarios. If the device belongs to the company, installing the app, forcing a version and removing it when needed can all be done through management, with no step required from the user. If the device is the employee's own, a work profile setup is needed: company apps and data live in a separate space and the personal side stays outside management.

The distinction is as much legal as technical. What the company can see and what it can erase on a personal device is something the employee has to be told in writing — the obligations around processing personal data continue here too.

Where does the cost actually sit?

Not in the app but in the inventory and enrolment process. On a two-hundred-person field team the real work is not writing the app; it is building a repeatable answer to who has which device, which version is installed, how a new joiner installs it and how a leaver is removed.

So the first week of an enterprise distribution project should go to the device inventory. A route chosen before the inventory exists is usually the wrong one: manual installation that works on a ten-device pilot collapses at the first update across two hundred.

Sources

  1. 01Apple Business Manager User Guide — custom appsApple · 2026
  2. 02Understanding Android developer verificationAndroid Developer Console Help · 2026
  3. 03Choose a developer account typeGoogle Play Console Help · 2026

Frequently asked

Questions we get asked

Technically possible today, but a closing road. Google is making verification of developer identity mandatory for apps installed on certified Android devices, and the requirement takes effect in stages. For organisations distributing outside Play, that means installation is blocked without a verified identity. Link distribution also has its own problems: pushing updates is manual work, there is no version tracking, signing management is yours, and turning on the device's “unknown sources” setting is a step backwards for security.

Yes. Distributing only to specific organisations does not put the app outside the rules; technical and content rules still apply. This is one of the points that surprises teams most — “internal” is assumed to skip review, whereas only visibility changes. Budget the review time as you would for a normal release.

Not mandatory for distribution, but usually necessary to make the setup repeatable. Scale decides: manual installation is manageable on ten devices and unmanageable on two hundred. Management also enables removing the app, forcing a version and cutting access when a device is lost — in an enterprise app those three usually matter more than the app itself.

Let's walk these steps together

We can stand alongside you while you apply any of this to your own project.