直接从网站安装 iOS 应用程序

编程入门 行业动态 更新时间:2024-10-10 23:18:38
本文介绍了直接从网站安装 iOS 应用程序 - 无需密码、无需 iTunes、无需 UDID的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我刚刚从网站上安装了一个应用程序 - 没有个人资料,没有 UDID,什么都没有.它刚刚开始安装.这怎么可能?我没有越狱,也没有运行新的 beta 6.当它完成安装时,我点击了它,它问我是否确定要运行这个应用程序.

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.

链接到应用程序安装'>

Link to app that installs 'silently'

推荐答案

他们似乎有一个企业开发者帐户,可以通过无线分发到任何 iPad,而无需添加每个设备的 UDID.

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.

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

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:

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

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

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.

更多推荐

直接从网站安装 iOS 应用程序

本文发布于:2023-11-28 14:31:08,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1642800.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:应用程序   网站   iOS

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!