直接从网站安装iOS应用程序 - 无密码,无iTunes,无UDID

时间:2022-10-28 18:37:03

I just installed an app from a website - with no profile, no UDID, no anything. It just started installing. How is this possible? I am not jailbroken, not running the new beta 6. When it finished installing I tapped on it and it asked me if I was sure I wanted to run this app.

我刚从网站安装了一个应用程序 - 没有配置文件,没有UDID,没有任何东西。它刚刚开始安装。这怎么可能?我没有越狱,没有运行新的测试版6.当它完成安装后我点了它,它问我是否确定我想要运行这个应用程序。

Link to app that installs 'silently'

链接到安装'静默'的应用

1 个解决方案

#1


14  

They seem to have an Enterprise Developer Account that allows over the air distribution to any iPad without the need to add each device's UDID.

他们似乎有一个企业开发者帐户,允许通过空中分发到任何iPad,而无需添加每个设备的UDID。

The process to provide such an app is similar to providing an AdHoc Distribution with your "normal" Developer Account. You build your app for distribution and upload the .ipa bundle and a manifest .plist file to your server. Then you can use a link like this to make the app downloadable to users:

提供此类应用程序的过程类似于向您的“普通”开发者帐户提供AdHoc分发。您构建应用程序以进行分发,并将.ipa软件包和清单.plist文件上载到您的服务器。然后您可以使用这样的链接使应用程序可供用户下载:

<a href="itms-services://?action=download-manifest&url=http://example.com/manifest.plist">Install App</a>

The only difference with an Enterprise Developer Account is, that you do not have to provide the UDID for each device you want to use. The link works with any device.

与企业开发人员帐户的唯一区别是,您不必为要使用的每个设备提供UDID。该链接适用于任何设备。

#1


14  

They seem to have an Enterprise Developer Account that allows over the air distribution to any iPad without the need to add each device's UDID.

他们似乎有一个企业开发者帐户,允许通过空中分发到任何iPad,而无需添加每个设备的UDID。

The process to provide such an app is similar to providing an AdHoc Distribution with your "normal" Developer Account. You build your app for distribution and upload the .ipa bundle and a manifest .plist file to your server. Then you can use a link like this to make the app downloadable to users:

提供此类应用程序的过程类似于向您的“普通”开发者帐户提供AdHoc分发。您构建应用程序以进行分发,并将.ipa软件包和清单.plist文件上载到您的服务器。然后您可以使用这样的链接使应用程序可供用户下载:

<a href="itms-services://?action=download-manifest&url=http://example.com/manifest.plist">Install App</a>

The only difference with an Enterprise Developer Account is, that you do not have to provide the UDID for each device you want to use. The link works with any device.

与企业开发人员帐户的唯一区别是,您不必为要使用的每个设备提供UDID。该链接适用于任何设备。