Search code examples
androidreact-nativegoogle-playapkgoogle-play-console

Publish private Android app for external users using Google Play Store


I have to publish an Android App (built using React Native) for my client. There is a requirement for the app to not be available for the general public so it can't be published as a public app. Users who sign up and get approved will be using the app. Majority of the users will not belong to my client's organization so Google Workspace private apps are not going to work in this scenario, since it is only for private apps for an organization's employees only.

There is the option of sending an APK but it requires users to allow installation of apps from unknown sources and that many users who might not be tech-savvy will probably find this difficult to do. The client wants it to be a smooth process, similar to any other app you install from the PlayStore.

Is there any solution where I can publish the app privately and send a link to the app to intended users? Ideally they should just open the link on their Android device and Google Playstore should open with my app selected and they can just press Install.

Thank you.


Solution

  • Turns out private publishing for external users is not yet available on either Google Play Store or Apple App Store. Private apps are only for employees, partners or contractors etc of an organization.

    Had to make the app public on both platforms.