---
title: GKError.Code.gameUnrecognized
framework: gamekit
role: symbol
role_heading: Case
path: gamekit/gkerror/code/gameunrecognized
---

# GKError.Code.gameUnrecognized

The system can’t complete the requested operation because Game Center doesn’t recognize the app.

## Declaration

```swift
case gameUnrecognized
```

## Discussion

Discussion Ensure the app’s bundleID is correct.

## See Also

### Configuration Errors

- [GKError.Code.notSupported](gamekit/gkerror/code/notsupported.md)
- [GKError.Code.appUnlisted](gamekit/gkerror/code/appunlisted.md)
