Enrollment Challenge to retrieve UDID from iPhone

房东的猫 提交于 2019-12-30 02:28:09

问题


Ad hoc testing facilities like TestFlight and HockeyApp use a part of the iOS OTA enrollment process to retrieve UDIDs (and possibly other device information, such as device type).

How do these services achieve this? I've already figured out how to provide an initial "profile service" payload to send to the phone. I receive a valid response from the phone via a POSt request. After that, I'm clueless, I keep getting an "Invalid profile" error.

What am I supposed to send back? Do I really have to set up a complete SCEP process (highly doubtful)?

Any hints are greatly appreciated!


回答1:


Yes, you have to set up a complete SCEP process. It is documented by Apple with sample ruby code on this URL: http://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html



来源:https://stackoverflow.com/questions/7520407/enrollment-challenge-to-retrieve-udid-from-iphone

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