How does TestFlight do it?

前端 未结 5 1815
再見小時候
再見小時候 2020-11-28 17:42

TestFlight offers over-the-air beta distribution of iOS apps (on non-jailbroken devices). How can this be done? Is this an iOS feature, or a vulnerability exploit?

5条回答
  •  清酒与你
    2020-11-28 17:57

    This was possible before TestFlight rolled out a service. The technique stemmed out of the enterprise distribution mechanism. Since 4.0 devices have supported install from web.

    Remember - you still need to sign the beta distribution for a select set of UDIDs you can't just willy nilly install it on any device. All they are doing is taking the email the IPA step out of things.

    See:

    • http://www.alexcurylo.com/blog/2010/08/27/wireless-ad-hoc-distribution/

    Update: I want to say that Test Flight is one of the most helpful tools I've used when developing though. Just taking the IPA emailing out of the picture was an understatement- I was just trying to call out the technical mechanism. They do a fantastic job managing the whole beta process. Getting new devices enrolled. Notifying users etc.

提交回复
热议问题