Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要跟踪每个移动设备的请求,为此我需要唯一标识符。
iPhone 是否在每个 HTTP 请求标头中发送 UDID?如果是,我怎么读?标题的名称是什么?
不,iPhone 不会发送 UDID 或任何其他唯一标识符。
不,它没有,但您可以将其添加到 HTTP GET/POST 请求中。
无论哪种方式,我都建议您反对,因为您应该生成自己的。