测试员入职
在 Mac 上不需要插入 iPhone 或 iPad 才能找到 UDID
This page uses the standard iOS profile-service flow to request the device identifier and send it to the backend. Once installed, the result page shows the UDID and the surrounding device metadata needed for ad-hoc registration.
如何工作
- 1. 在您要注册的物理 iPhone 或 iPad 上打开此页面。
- 2. 下载配置文件并在您的设置中安装支持证书(如果需要)。
- 3. 在设置中,点击“已下载配置文件”,并确认安装。
- 4. 设备将其标识符发送到后端并自动将您重定向到结果页面。
安装说明
在需要注册的设备上使用配置文件
在 Safari 上打开物理 iPhone 或 iPad 上的配置文件。 iOS 将下载配置文件并在设置中显示它,以便用户可以查看并安装它。安装后,设备将请求属性发送到回调端点,浏览器将自动重定向到结果页面。
这是收集测试器标识符的最快路径,用于 ad-hoc 或 beta 分发设置,因为它避免了 Finder、Apple Configurator 和 Xcode 在单独机器上的使用。
If your device flow depends on an additional trust certificate, publish the certificate at a public HTTPS URL and surface it on this page. A setup runbook for that lives in the repository documentation.
常见问题
常见问题
These are the questions teams usually ask before they send a UDID collection link to testers, QA, or customer devices.
什么是UDID?
UDID是用于iOS测试和设备注册的唯一设备标识符。团队通常需要它,当他们想在Apple Developer中添加测试设备并在App Store外分发构建时。
我需要Mac或Xcode才能获取UDID吗?
不。这个工具可以在iPhone或iPad本身上工作。设备安装一个轻量级配置文件并将请求的标识符发送回服务器,以便结果页面可以显示它们。
What data is displayed after installation?
安装后显示的数据是?
The result page shows the UDID plus the device name, hardware product identifier, iOS version, serial number, IMEI, and MEID when iOS provides them.
iOS 提供时,结果页面显示的数据包括 UDID、设备名称、硬件产品标识符、iOS 版本、序列号、IMEI 和 MEID。
Is the profile signed?
配置了签名证书和私钥的服务器时,页面支持签名的移动配置文件传递。如果没有配置这些值,配置文件仍然会生成并传递,但没有签名封装。
Tool stack