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?
feedback
|
|
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: 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. | |||||||||||||||
feedback
|
|
This article showed how Apples OTA implementation works and can be used outside enterprises as well: http://jeffreysambells.com/posts/2010/06/22/ios-wireless-app-distribution/ The complete process is documented by Apple. Apple also published documentation and sample code for registering devices and get the UDID by using profiles, so your website can detect which device is calling. Some additional solutions with different strenghts:
Note: I am the main developer of HockeyKit and QuincyKit, and one of the developers of HockeyApp. | ||||
|
feedback
|
|
Yes this is a core feature of iOS for Enterprise Customers who wish to distribute OTA. Presumably you would pass your UDID over to TestFlight along with the app and they use their Enterprise Licence to send the app to you. I'm sure I'm missing a lot of the technical details but if you want to know more, Apple has a video on this from WWDC 2010. Login to developer.apple.com, go to WWDC 2010 Videos and use the link to get to the vidoes. The video you want is "Session 108 - Managing Mobile Devices". It is very informative about what is possible with OTA and the steps you have to take to do OTA provisioning. | |||
|
feedback
|
|
An alternative is Hockey, which is a web app you run on a server of your own, and a framework you embed in the app. Somehow the app knows when there's an update to be downloaded, and triggers its own update. I use Test Flight, myself, but this is another utilization of the same feature. | |||
feedback
|
|
Testflight basically uses the normal Ad Hoc as already stated. For this to work, you need the You can get the The first step is documented here: Apple OTA Configuration I guess Testflight uses this right after the registration process to collect the | |||
|
feedback
|
|
Stock iOS devices are "vulnerable" to OTA distribution is just another way to install an Ad Hoc beta test distribution from an enrolled developer. | ||||
|
feedback
|