---
title: displayName
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkbaseplayer/displayname
---

# displayName

The Game Center profile name for a player.

## Declaration

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

## Discussion

Discussion Players only see the display name of other players who are in their contacts list.

## See Also

### Identifying a Player

- [playerID](gamekit/gkbaseplayer/playerid.md)
