<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVExternalSyncDevice/productID",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVExternalSyncDevice(py)productID"
  },
  "title" : "productID"
}
-->

# productID

The USB product identifier associated with the external sync device.

```
var productID: UInt32 { get }
```

## Discussion

This `UInt32` value comes from the hardware vendor, and returns 0 if not available. Use this value in conjunction with the [`vendorID`](/documentation/AVFoundation/AVExternalSyncDevice/vendorID) to determine a specific product.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)