---
title: vendorName
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcdevice/vendorname
---

# vendorName

The manufacturer-provided name for the device, or the user’s name for the device.

## Declaration

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

## Discussion

Discussion The value of this property may be nil and may not be unique. Use this property to present information about the device to the user.

## See Also

### Getting device information

- [productCategory](gamecontroller/gcdevice/productcategory.md)
- [Product category constants](gamecontroller/product-category-constants.md)
