<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.8.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKAchievementDescription/isReplayable",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:objc(cs)GKAchievementDescription(py)replayable"
  },
  "title" : "isReplayable"
}
-->

# isReplayable

A Boolean value that states whether the player can earn the achievement multiple times.

```
var isReplayable: Bool { get }
```

## Discussion

If the value of this property is <doc://com.apple.documentation/documentation/Swift/false>, players can earn the achievement only once. After the player earns the achievement, Game Center ignores any further progress you report for it. If the value of this property is <doc://com.apple.documentation/documentation/Swift/true>, the player earns the achievement each time you report it.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)