<!--
{
  "availability" : [
    "iOS: 7.0.0 - 18.0.0",
    "iPadOS: 7.0.0 - 18.0.0",
    "macCatalyst: 13.1.0 - 18.0.0",
    "macOS: 10.9.0 - 15.0.0",
    "tvOS: -",
    "visionOS: 1.0.0 - 2.0.0",
    "watchOS: 6.2.0 - 11.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKReceiptPropertyIsRevoked",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:@SKReceiptPropertyIsRevoked"
  },
  "title" : "SKReceiptPropertyIsRevoked"
}
-->

# SKReceiptPropertyIsRevoked

A key with a value that indicates whether the receipt is in a revoked state.

```
let SKReceiptPropertyIsRevoked: String
```

## Discussion

This key’s value is an instance of <doc://com.apple.documentation/documentation/Foundation/NSNumber> that the system interprets as a Boolean value that indicates whether the receipt is in a revoked state.

---

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)