简体   繁体   English

如何仅针对特定人员向AppStore提交应用程序?

[英]How to submit an app to AppStore for only specific people?

So I am almost finished with my app. 所以我的应用程序快要完成了。 One version is for all users to download for an establishment. 一个版本供所有用户下载以建立企业。 The other is an admin version of the app where the admin can install and make changes to his/her app (add photos, change menu etc.) and all changes are immediately visible to the original user version of the app. 另一个是该应用程序的管理员版本,管理员可以在其中安装并对其应用程序进行更改(添加照片,更改菜单等),并且所有更改对于该应用程序的原始用户版本都是立即可见的。

Once the admin version is purchased by an establishment. 一旦企业购买了管理员版本。 I will submit the free user version to the app store. 我将免费的用户版本提交到应用商店。

However, I want the admin version to be available only to specific people. 但是,我希望管理员版本仅适用于特定人员。 It doesn't make sense for anyone to download and install the admin version of the app (eventhough it's password protected). 任何人下载并安装该应用程序的管理员版本都没有意义(尽管它受密码保护)。

I don't like to install the app to the establishment's phone directly because it would make the upgrades difficult. 我不希望将应用程序直接安装到企业的电话上,因为这样会使升级变得困难。

Is there actually a solution for this problem? 实际上是否有解决此问题的方法?

Thanks in advance for the help. 先谢谢您的帮助。

MDM solution : MDM解决方案:

  1. This will require users to enroll their devices to your MDM server , I don't think that an enterprise employees will register their devices to your MDM server and most chances that they already registered to their MDM server. 这将要求用户将其设备注册到您的MDM服务器,我认为企业员工不会将他们的设备注册到您的MDM服务器,也不太可能已经将他们注册到MDM服务器。
  2. Using your enterprise account to distribute apps to other enterprises violates Apple enterprise account agreement! 使用您的企业帐户向其他企业分发应用程序违反了Apple企业帐户协议!

Custom B2B solution: 定制的B2B解决方案:

  1. With custom B2B solution you can use AppStore platform to distribute variations of your app to relevant enterprises. 借助定制的B2B解决方案,您可以使用AppStore平台将您的应用程序的变体分发给相关企业。
  2. The enterprises that want to purchase your app will have to be registered to the VPP (Volume Purchase Program). 想要购买您的应用程序的企业将必须注册到VPP(批量购买计划)。

Hope it helps. 希望能帮助到你。

You need to use an Enterprise account for that Admin app if you dont want it to be installable by others. 如果您不希望其他人可以安装该管理员应用程序,则需要使用该企业帐户。 Use one of the MDM tools available to manage updates and provisioning. 使用可用的MDM工具之一来管理更新和配置。

If your admin version is a digital purchase, you either put in on app store and pay the 30% cut or distribute with an enterprise account, use your own MDM process and keep all the money. 如果您的管理员版本是数字购买,那么您要么进入应用商店并支付30%的折扣,要么使用企业帐户分发,使用自己的MDM流程并保留所有资金。 (But, I'm not sure if Apple will approve an enterprise account if your goal is to circumvent the 30% cut) (但是,如果您的目标是规避30%的削减,我不确定苹果是否会批准企业帐户)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM