ios 如何在未越狱的iOS设备上直接从浏览器安装tongbu tui应用程序?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18991330/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 01:39:35  来源:igfitidea点击:

How is the tongbu tui app able to be installed directly from the browser on non-jailbroken iOS devices?

iosjailbreakipa

提问by user299648

All a person need to do is take a regular iOS device and visit http://tui.tongbu.com/m/iphone.htmland click the big grey button with the apple logo, and then click install. Then the tui app will be installed. How are they able to distribute this app on non-jailbroken devices without the app store? And how can this be replicated?

一个人需要做的就是拿一个普通的 iOS 设备访问http://tui.tongbu.com/m/iphone.html并点击带有苹果标志的灰色大按钮,然后点击安装。然后将安装 tui 应用程序。他们如何在没有应用程序商店的情况下在非越狱设备上分发这个应用程序?这如何复制?

采纳答案by Victor Ronin

1) They may signed it with enterprise distribution key and in such case they are violating Apple agreement. Otherwise, they have an app on AppStore and they downloaded IPA through iTunes and put on their website.

1) 他们可能会用企业分发密钥签署它,在这种情况下,他们违反了 Apple 协议。否则,他们在 AppStore 上有一个应用程序,他们通过 iTunes 下载 IPA 并放在他们的网站上。

As result, they have signed IPA (enterprise or appstore based) which will work on any non jailbroken device.

因此,他们签署了 IPA(基于企业或应用商店),可在任何非越狱设备上运行。

2) Second part is enterprise distribution mechanism. Generally speaking, what you do is your prepare enterprise distribution manifest (xml plist) which points to ipa files and other resources (as example icons). And you create a button with the link to this manifest. Link should look like that:

2)第二部分是企业分配机制。一般来说,您要做的是准备指向 ipa 文件和其他资源(作为示例图标)的企业分发清单(xml plist)。然后您创建一个带有此清单链接的按钮。链接应该是这样的:

<a href="itms-services://?action=download-manifest&url=<URL to Manifest>">Some text here</a>

Couple of additional useful links regarding over the air distribution:

关于空中分配的几个附加有用链接:

http://aaronparecki.com/articles/2011/01/21/1/how-to-distribute-your-ios-apps-over-the-air

http://aaronparecki.com/articles/2011/01/21/1/how-to-distribute-your-ios-apps-over-the-air

http://gknops.github.io/adHocGenerate/

http://gknops.github.io/adHocGenerate/

回答by Anonymous iPhone User

Tongbu doesn't actually have no jailbreak. If you go on the website and translate what the link says, it says something about jailbreaking but no, no jailbreaking. Don't use it as it probably jailbreaks or hacks your device in some way as this would not normally be possible.

Tongbu实际上没有越狱。如果您访问网站并翻译链接中的内容,它会说一些有关越狱的内容,但不,没有越狱。不要使用它,因为它可能会以某种方式越狱或入侵您的设备,因为这通常是不可能的。