<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKAchievementDescription/incompleteAchievementImage()",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:objc(cs)GKAchievementDescription(cm)incompleteAchievementImage"
  },
  "title" : "incompleteAchievementImage()"
}
-->

# incompleteAchievementImage()

A common image that you can display when the player hasn’t completed the achievement.

```
class func incompleteAchievementImage() -> UIImage
```

## Return Value

A common image that represents an incomplete achievement.

## Discussion

In macOS versions earlier than macOS 11, this class method returns an <doc://com.apple.documentation/documentation/AppKit/NSImage> object but otherwise works the same as in iOS, Mac Catalyst, and tvOS.

Starting with iOS 14, macOS 11, and tvOS 14, this method returns a symbol image. To match your game’s appearance, make adjustments to the symbol image as described in <doc://com.apple.documentation/documentation/UIKit/configuring-and-displaying-symbol-images-in-your-ui>.

---

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)