---
title: manufacturer
framework: healthkit
role: symbol
role_heading: Instance Property
path: healthkit/hkdevice/manufacturer
---

# manufacturer

A string representing the device’s manufacturer.

## Declaration

```swift
var manufacturer: String? { get }
```

## See Also

### Accessing Data About a Device

- [udiDeviceIdentifier](healthkit/hkdevice/udideviceidentifier.md)
- [firmwareVersion](healthkit/hkdevice/firmwareversion.md)
- [hardwareVersion](healthkit/hkdevice/hardwareversion.md)
- [localIdentifier](healthkit/hkdevice/localidentifier.md)
- [model](healthkit/hkdevice/model.md)
- [name](healthkit/hkdevice/name.md)
- [softwareVersion](healthkit/hkdevice/softwareversion.md)
