---
title: Locating device identifiers
framework: Xcode Cloud
role: article
role_heading: Article
path: xcode/locating-device-identifiers
---

# Locating device identifiers

Get the unique identifier for a device before registering it in your developer account.

## Overview

Overview To register one or more devices using your developer account, you first collect the device identifiers. Typically, you register multiple devices using your developer account to test your app internally before uploading builds to App Store Connect. Later, you can use TestFlight to distribute beta builds to testers without needing to register their devices. For more information on distributing your app to a limited set of people on known devices, see Distributing your app to registered devices. Locate device identifiers using Device Hub For iOS, iPadOS, tvOS, visionOS, and watchOS devices, you can use Device Hub to get identifiers. If the physical device doesn’t appear in Device Hub, pair it with your Mac as described in Managing your simulated and physical devices in Device Hub. Select the device in the sidebar. In the inspector, click Info in the toolbar. Under Hardware Properties, copy the device ID that appears in the UDID field.

If the UDID field doesn’t appear, click Edit Visibility at the bottom of the inspector. Toggle on the UDID property and others that you want to show and toggle off properties you want to hide. Click Done. Locate device identifiers using Finder For iOS, iPadOS, tvOS, visionOS, and watchOS devices, you can use Finder to get identifiers without pairing the devices with your Mac using Device Hub. Connect your device to your Mac. In Finder, select the device under Locations. If a Trust button appears, click it, and on the device, click Trust in the dialog that appears and enter your passcode. In the toolbar under the device name, click the device family twice to show the device ID (UDID). Finder rotates through other device information with each click. Control-click the device ID and choose Copy UDID from the contextual menu. If the Locations section doesn’t appear in Finder, see Customize the Finder toolbar and sidebar on Mac. Locate Mac device identifiers using System Information Use System Information if you want to register a Mac that you don’t use for development. In System Settings > General > About, scroll to the bottom and click System Report. Select Hardware in the sidebar. Copy the device ID that appears in the Provisioning UDID field.

## See Also

### Device details

- [Managing apps on devices](xcode/managing-apps-on-devices.md)
