How does TestFlight do it?

前端 未结 5 1846
再見小時候
再見小時候 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 18:02

    Stock iOS devices are "vulnerable" to running the user loading Ad Hoc apps from any developer who has that device's UDID, and registers that UDID among their 100 allowed devices on Apple's developer portal.

    OTA distribution is just another way to install an Ad Hoc beta test distribution from an enrolled developer.

提交回复
热议问题