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

ⅰ亾dé卋堺 提交于 2019-12-04 03:17:44

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.

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

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:

<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://gknops.github.io/adHocGenerate/

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.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!