iOS企业内部部署需要设备id吗?

时间:2023-01-12 19:38:51

when you're Company is enrolled in the Enterprise iOS Developer Programm, and you want to deploy an App in whatever way (.ips / OTA). Do all Device IDs (10000+) have to be registered and be Part of the Provisiong Profile or is it hopefully handled another way?

当你的公司注册了企业iOS开发程序,你想以任何方式部署应用程序。ips / OTA)。是否所有设备id(10000+)都必须注册并成为配置文件的一部分,还是希望以其他方式处理?

1 个解决方案

#1


22  

No you don't have to register all your devices, as specified in Apple's guide.

不,你不需要注册所有的设备,就像苹果指南中规定的那样。

Just create a Distribution provisioning profile. Build your application signed with this profile with "Build and Archive" option under the Product menu.

只需创建一个发行版配置文件。在“产品”菜单下,使用“构建和归档”选项在此概要文件下签名的构建应用程序。

It will open the Organizer window at the end and there you have the option to "Distribute" the app (you can choose to save the .ipa on the disk or distribute it directly).

它将在最后打开“组织者”窗口,在那里你可以选择“分发”应用程序(你可以选择将.ipa保存在磁盘上或者直接分发)。

iOS企业内部部署需要设备id吗?iOS企业内部部署需要设备id吗?

Deployment

In-house apps are not distributed through the App Store, you have several choices to deliver them to your users:

内部应用程序不是通过App Store发布的,你有几个选择可以将它们交付给你的用户:

  • Install it using iTunes (drop the ipa then sync)
  • 使用iTunes安装(删除ipa然后同步)
  • Through the iPhone Configuration Utility.
  • 通过iPhone配置工具。
  • Deploy it to a secure web-server for OTA install
  • 将它部署到一个用于OTA安装的安全web服务器上

Everything is detailed here: Distributing Entreprise Apps.

这里的一切都很详细:分发企业应用程序。

For the third option, you may be interested by this software: Beta Builder.
You give it the ipa archive and the download URL, it generates deployment files.

对于第三个选项,您可能会对这个软件感兴趣:Beta Builder。你给它ipa存档和下载URL,它会生成部署文件。

#1


22  

No you don't have to register all your devices, as specified in Apple's guide.

不,你不需要注册所有的设备,就像苹果指南中规定的那样。

Just create a Distribution provisioning profile. Build your application signed with this profile with "Build and Archive" option under the Product menu.

只需创建一个发行版配置文件。在“产品”菜单下,使用“构建和归档”选项在此概要文件下签名的构建应用程序。

It will open the Organizer window at the end and there you have the option to "Distribute" the app (you can choose to save the .ipa on the disk or distribute it directly).

它将在最后打开“组织者”窗口,在那里你可以选择“分发”应用程序(你可以选择将.ipa保存在磁盘上或者直接分发)。

iOS企业内部部署需要设备id吗?iOS企业内部部署需要设备id吗?

Deployment

In-house apps are not distributed through the App Store, you have several choices to deliver them to your users:

内部应用程序不是通过App Store发布的,你有几个选择可以将它们交付给你的用户:

  • Install it using iTunes (drop the ipa then sync)
  • 使用iTunes安装(删除ipa然后同步)
  • Through the iPhone Configuration Utility.
  • 通过iPhone配置工具。
  • Deploy it to a secure web-server for OTA install
  • 将它部署到一个用于OTA安装的安全web服务器上

Everything is detailed here: Distributing Entreprise Apps.

这里的一切都很详细:分发企业应用程序。

For the third option, you may be interested by this software: Beta Builder.
You give it the ipa archive and the download URL, it generates deployment files.

对于第三个选项,您可能会对这个软件感兴趣:Beta Builder。你给它ipa存档和下载URL,它会生成部署文件。