Hacker News new | ask | show | jobs
by EGreg 4841 days ago
How will this affect TestFlight and other such apps? Don't they still need your UDID?
2 comments

I beleive testflight doesn't use the App Store to deliver the application so should be okay.

An update to the testflight sdk should be sufficient for production applications with testflight integration.

TestFlight gets your UUID by having you enroll your device in their MDM system. Support for this will likely never go away.
They use the UDID when the application runs to associate particular sessions with particular users, which can be extremely valuable for debugging purposes.