如何将混合应用程序构建为企业应用程序

How to build a hybrid app as enterprise app

我正在开发一个需要企业部署的混合应用程序,这意味着它只需要部署到公司中的某些特定用户,而不是 public。
类似的东西将取决于设备 ID 或在用户设备上制作应用程序 运行 的独特之处。
AppStore 或 Google Play 可以实现这个吗?
谢谢

也许 Google Play 私人频道就是您要找的: https://support.google.com/a/answer/2494992?hl=en

The Google Play Private Channel is a feature of the Google Play Store which lets you distribute Android apps internally to users in your Google Apps domain. Hosting internal apps on the Private Channel allows you to control which users or user groups can download the apps.

在 iOS,可以使用内部配置文件 Enterprise 部署应用程序。 (https://help.apple.com/deployment/ios/#/apd29c0f45f1)

企业应用程序对安装应用程序的设备 ID 没有限制,但通常与 MDM 控制器结合使用,以加强这部分安全性。