---
title: GCProductCategoryCoalescedRemote
framework: gamecontroller
role: symbol
role_heading: Global Variable
path: gamecontroller/gcproductcategorycoalescedremote
---

# GCProductCategoryCoalescedRemote

The Apple TV Remote product category for physical and virtual remotes that Game Center combines into a single device.

## Declaration

```swift
let GCProductCategoryCoalescedRemote: String
```

## Discussion

Discussion Game Controller merges the physical Apple TV Remote with the virtual Apple TV Remote app into one GCDevice object by default. To disable this behavior, or if you fully support the second-generation Siri Remote, set the GCSupportsMultipleMicroGamepads key to YES in the information property list.

## See Also

### Apple TV remote categories

- [GCProductCategorySiriRemote1stGen](gamecontroller/gcproductcategorysiriremote1stgen.md)
- [GCProductCategorySiriRemote2ndGen](gamecontroller/gcproductcategorysiriremote2ndgen.md)
- [GCProductCategoryControlCenterRemote](gamecontroller/gcproductcategorycontrolcenterremote.md)
- [GCProductCategoryUniversalElectronicsRemote](gamecontroller/gcproductcategoryuniversalelectronicsremote.md)
