Does anyone know a process by which We can avoid using Play Store and instead use Google Workspace’s Private App functionality to publish and distribute an Android-native app?
My App is private, and will only be used by 10-15 users in my company. The PWA is working OK, but I want it to run native if possible. The PWA seems to have to re-load the whole app every time it’s opened, and when cell service is anything but full-blown 5G, it struggles.
Not only do I want to avoid the rigamarole of publishing to Play, but I also don’t want our app just out there for anyone to install.
Any advice for publishing private, internal business apps?